sbcl: disable unstable futex test on aarch64-linux

This commit is contained in:
Hraban Luyat 2024-03-30 15:18:45 -04:00
parent f35c7c4ce4
commit 1208f55510

View File

@ -125,6 +125,9 @@ stdenv.mkDerivation (self: rec {
# This is failing on aarch64-linux on ofBorg. Not on my local machine nor on
# a VM on my laptop. Not sure whats wrong.
"traceroot.impure.lisp"
# Heisentest, sometimes fails on ofBorg, would rather just disable it than
# have it block a release.
"futex-wait.test.sh"
];
postPatch = lib.optionalString (self.disabledTestFiles != [ ]) ''
(cd tests ; rm -f ${lib.concatStringsSep " " self.disabledTestFiles})