Skip to content

Commit b8296e3

Browse files
committed
Disable broken tests
1 parent 3abc61f commit b8296e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ in recurseIntoAttrs {
4141
build-ei = packages-ei.th-dlls.components.library;
4242
just-template-haskell-ei = packages-ei.th-dlls.components.exes.just-template-haskell;
4343
} // optionalAttrs
44-
(!(builtins.elem compiler-nix-name ["ghc984" "ghc9121" "ghc912120241215" "ghc91320241230" "ghc912120250219"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
44+
(!(builtins.elem compiler-nix-name ["ghc984" "ghc9122" "ghc91320250523"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
4545
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds
4646
# (and always for the profiled builds).
4747
# This may be related to the memory allocation changes made in 9.8.4 that

0 commit comments

Comments
 (0)