Revert "release.nix: don't block on aarch64-darwin bootstrap for now"

This reverts commit 8ec9b16856.
I certainly don't want to forget this.  It has to be short-term only.
This commit is contained in:
Vladimír Čunát
2025-04-13 10:35:31 +02:00
parent 3349f9f8e3
commit 5ceeaea0a1
+1 -5
View File
@@ -251,11 +251,7 @@ let
jobs.tests.stdenv.hooks.patch-shebangs.x86_64-linux
*/
]
# FIXME: the aarch64-darwin stdenvBootstrapTools are broken
# due to some locale impurity changing in macOS 15.4
++ release-lib.lib.filter (j: j.system != "aarch64-darwin") (
collect isDerivation jobs.stdenvBootstrapTools
)
++ collect isDerivation jobs.stdenvBootstrapTools
++ optionals supportDarwin.x86_64 [
jobs.stdenv.x86_64-darwin
jobs.cargo.x86_64-darwin