release: don't block on bootstrap tools, temporarily (#429030)

This commit is contained in:
Vladimír Čunát 2025-07-28 10:19:29 +02:00
commit 51af08a5a2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -272,7 +272,9 @@ let
jobs.tests.stdenv.hooks.patch-shebangs.x86_64-linux
*/
]
++ collect isDerivation jobs.stdenvBootstrapTools
# FIXME: these are just temporarily omitted until fixed
# see https://hydra.nixos.org/build/303330677#tabs-constituents
#++ collect isDerivation jobs.stdenvBootstrapTools
++ optionals supportDarwin.x86_64 [
jobs.stdenv.x86_64-darwin
jobs.cargo.x86_64-darwin