From 6497d443452cfba1405034e2f54cec5801f2bfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 28 Jul 2025 09:58:10 +0200 Subject: [PATCH] release: don't block on bootstrap tools, temporarily --- pkgs/top-level/release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 700815d5034f..ce84a3b25f42 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -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