We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f698fd3 commit 4c2b9c3Copy full SHA for 4c2b9c3
test/th-dlls/default.nix
@@ -39,7 +39,7 @@ in recurseIntoAttrs {
39
build-ei = packages-ei.th-dlls.components.library;
40
just-template-haskell-ei = packages-ei.th-dlls.components.exes.just-template-haskell;
41
} // optionalAttrs
42
- (!(builtins.elem compiler-nix-name ["ghc984" "ghc9121" "ghc912120241215" "ghc91320241230"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
+ (!(builtins.elem compiler-nix-name ["ghc984" "ghc9121" "ghc912120241215" "ghc91320241230" "ghc912120250219"] && stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)) {
43
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds
44
# (and always for the profiled builds).
45
# This may be related to the memory allocation changes made in 9.8.4 that
0 commit comments