release: add cargo and go as unstable blockers for x86_64-{darwin,linux}
Except for `go.x86_64-darwin` these are already implicit blockers on `nix{os,pkgs}-unstable` so this just improves visibility during `staging-next` cycles. https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
This commit is contained in:
parent
14142f4406
commit
ba32d99381
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,8 @@ let
|
|||
jobs.lib-tests
|
||||
jobs.pkgs-lib-tests
|
||||
jobs.stdenv.x86_64-linux
|
||||
jobs.cargo.x86_64-linux
|
||||
jobs.go.x86_64-linux
|
||||
jobs.linux.x86_64-linux
|
||||
jobs.pandoc.x86_64-linux
|
||||
jobs.python.x86_64-linux
|
||||
|
@ -130,6 +132,8 @@ let
|
|||
++ lib.collect lib.isDerivation jobs.stdenvBootstrapTools
|
||||
++ lib.optionals supportDarwin [
|
||||
jobs.stdenv.x86_64-darwin
|
||||
jobs.cargo.x86_64-darwin
|
||||
jobs.go.x86_64-darwin
|
||||
jobs.python.x86_64-darwin
|
||||
jobs.python3.x86_64-darwin
|
||||
jobs.nixpkgs-review.x86_64-darwin
|
||||
|
|
Loading…
Reference in a new issue