Skip to content

Commit 046d188

Browse files
committed
Disable broken test
1 parent c7116e7 commit 046d188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/th-dlls/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ in recurseIntoAttrs {
4343
build-ei = packages-ei.th-dlls.components.library;
4444
just-template-haskell-ei = packages-ei.th-dlls.components.exes.just-template-haskell;
4545
} // optionalAttrs
46-
(!(builtins.elem compiler-nix-name ["ghc984" "ghc9122" "ghc91320250523"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
46+
(!(builtins.elem compiler-nix-name ["ghc984" "ghc9122" "ghc91320250523"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64
47+
# The dependency on `math-functions` somehow breaks GHC 9.6.7 musl profiled builds (only with the external interpreter though)
48+
|| (compiler-nix-name == "ghc967" && stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_64))) {
4749
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds
4850
# (and always for the profiled builds).
4951
# This may be related to the memory allocation changes made in 9.8.4 that

0 commit comments

Comments
 (0)