Unverified Commit 51af08a5 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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

parents b02ff164 6497d443
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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