mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #284090 from trofi/hydra-expose-build-target
pkgs/top-level/release.nix: expose `.build` as a direct jobset for hydra
This commit is contained in:
commit
57fd1ef33b
@ -220,7 +220,7 @@ let
|
||||
};
|
||||
};
|
||||
in {
|
||||
inherit (bootstrap) dist test;
|
||||
inherit (bootstrap) build dist test;
|
||||
}
|
||||
else if hasSuffix "-darwin" config then
|
||||
let
|
||||
@ -229,7 +229,7 @@ let
|
||||
};
|
||||
in {
|
||||
# Lightweight distribution and test
|
||||
inherit (bootstrap) dist test;
|
||||
inherit (bootstrap) build dist test;
|
||||
# Test a full stdenv bootstrap from the bootstrap tools definition
|
||||
# TODO: Re-enable once the new bootstrap-tools are in place.
|
||||
#inherit (bootstrap.test-pkgs) stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user