Skip to content

Commit

Permalink
pkgs/top-level/release.nix: expose .build as a direct jobset for hydra
Browse files Browse the repository at this point in the history
This matches jobsets for cross-jobs. This way it' will be a bit easier
to automatically extract `bootstrapTools` for mass updates in
NixOS#253713
  • Loading branch information
trofi committed Jan 26, 2024
1 parent 5af80ac commit 318667d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ let
};
};
in {
inherit (bootstrap) dist test;
inherit (bootstrap) build dist test;
}
else if hasSuffix "-darwin" config then
let
Expand All @@ -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;
Expand Down

0 comments on commit 318667d

Please sign in to comment.