forked from mirrors/nixpkgs
pkgs/top-level/release.nix: expose .build
as a direct jobset for hydra
This matches jobsets for cross-jobs. This way it' will be a bit easier to automatically extract `bootstrapTools` for mass updates in https://github.com/NixOS/nixpkgs/issues/253713
This commit is contained in:
parent
5af80acc9a
commit
318667d8d9
|
@ -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 a new issue