Skip to content

Commit

Permalink
sbcl: fix check phase for darwin 24.05 only (#361072)
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c authored Dec 8, 2024
2 parents 369dd36 + be59686 commit 65d98ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/compilers/sbcl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ stdenv.mkDerivation (self: rec {
# Heisentest, sometimes fails on ofBorg, would rather just disable it than
# have it block a release.
"futex-wait.test.sh"
] ++ lib.optionals (stdenv.hostPlatform.isDarwin) [
# This only fails on darwin in 24.05 since
# 57b36ea5c83a1841b174ec6cd5e423439fe9d7a0. It’s exclusively a 24.05
# problem.
#
# https://github.com/NixOS/nixpkgs/pull/359214
"run-program.test.sh"
];
patches = [
# Support the NIX_SBCL_DYNAMIC_SPACE_SIZE envvar. Upstream SBCL didn’t want
Expand Down

0 comments on commit 65d98ad

Please sign in to comment.