NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.34k stars 1.49k forks source link

Keep building non-dependent derivations even if one fails #794

Closed colemickens closed 8 years ago

colemickens commented 8 years ago

Moved from: https://github.com/NixOS/nixpkgs/issues/12925#issuecomment-182590560

I have no idea if this is a feasible thing to even bring up for discussion. When trying to build master, I was running into #12924. When I fixed pijul, a bunch of other unrelated stuff had to build. Nothing depends on pijul right now, so there's not a technical reason that I see that would prevent nix from building the other derivations. That way when I fix pijul, I'm ready to go, instead of waiting for qtwebkit to build, for example.

copumpkin commented 8 years ago

Pass in -k?

On Feb 10, 2016, at 16:33, Cole Mickens notifications@github.com wrote:

Moved from: NixOS/nixpkgs#12925 (comment)

I have no idea if this is a feasible thing to even bring up for discussion. When trying to build master, I was running into #12924. When I fixed pijul, a bunch of other unrelated stuff had to build. Nothing depends on pijul right now, so there's not a technical reason that I see that would prevent nix from building the other derivations. That way when I fix pijul, I'm ready to go, instead of waiting for qtwebkit to build, for example.

― Reply to this email directly or view it on GitHub.

colemickens commented 8 years ago

Ah! That looks like it is the ticket! Thanks for the heads up. Sorry for the noise.