sbcl: disable tests that fail on Darwin

This commit is contained in:
Sarah Clark
2025-10-14 11:10:54 -07:00
parent 3cf26e739b
commit 26be9f6da2

View File

@@ -147,7 +147,13 @@ stdenv.mkDerivation (self: {
# Heisentest, sometimes fails on ofBorg, would rather just disable it than
# have it block a release.
"futex-wait.test.sh"
]
++ lib.optionals (stdenv.hostPlatform.system == "aarch64-darwin") [
# Fail intermittently
"gc.impure.lisp"
"threads.pure.lisp"
];
patches =
# Support the NIX_SBCL_DYNAMIC_SPACE_SIZE envvar. Upstream SBCL didnt want
# to include this (see