bug#63412: Topological sorting in cuirass

2023-10-29 Thread Ludovic Courtès
Hi, Andreas Enge skribis: > This is a wishlist bug, but it is important for architectures where we > are currently short on build power, and where this issue can stall builds > and waste an arbitrary amount of build power. > > Cuirass should sort builds and only offload derivations for which

bug#63412: Topological sorting in cuirass

2023-05-10 Thread Dr. Arne Babenhauserheide
Andreas Enge writes: > Cuirass should sort builds and only offload derivations for which all > inputs are available. ... > Alternatively, build jobs could be sorted topologically and then be kept > in a list; then before sending out a job, all its inputs have been tried > to be built; the job

bug#63412: Topological sorting in cuirass

2023-05-10 Thread Andreas Enge
This is a wishlist bug, but it is important for architectures where we are currently short on build power, and where this issue can stall builds and waste an arbitrary amount of build power. Cuirass should sort builds and only offload derivations for which all inputs are available. In my current