Skip to content

Commit 0d79e71

Browse files
committed
Skip failing tests
1 parent 3b5b412 commit 0d79e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/th-dlls/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ in recurseIntoAttrs {
3737
build-ei = packages-ei.th-dlls.components.library;
3838
just-template-haskell-ei = packages-ei.th-dlls.components.exes.just-template-haskell;
3939
} // optionalAttrs
40-
(!(builtins.elem compiler-nix-name ["ghc984" "ghc9121" "ghc912120241215x"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
40+
(!(builtins.elem compiler-nix-name ["ghc984" "ghc9121" "ghc912120241215"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
4141
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds
4242
# (and always for the profiled builds).
4343
# This may be related to the memory allocation changes made in 9.8.4 that
4444
# replace the pool allocator patches we used in earlier versions.
4545

4646
# Interestingly GHC 9.10.1 and HEAD are wotking while 9.8.4 and 9.12 seem break.
47+
# Perhaps there is a fix in GHC HEAD?
4748
build-profiled = packages.th-dlls.components.library.profiled;
4849
build-profiled-ei = packages-ei.th-dlls.components.library.profiled;
4950
}

0 commit comments

Comments
 (0)