Mic92 / nixpkgs-review

Review pull-requests on https://github.com/NixOS/nixpkgs
MIT License
380 stars 63 forks source link

option to choose X amount of builds #270

Open Artturin opened 2 years ago

Artturin commented 2 years ago

For example there's a pr with 4000 rebuilds The option would let us choose 500 of them randomly to build

SuperSandro2000 commented 2 years ago

If we have the following dependency chain and randomly choose c we would still build everything which would make this feature rather random and most likely not what people expect.

a -> b -> c