File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,14 @@ in recurseIntoAttrs {
37
37
build-ei = packages-ei . th-dlls . components . library ;
38
38
just-template-haskell-ei = packages-ei . th-dlls . components . exes . just-template-haskell ;
39
39
} // 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 ) ) {
41
41
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds
42
42
# (and always for the profiled builds).
43
43
# This may be related to the memory allocation changes made in 9.8.4 that
44
44
# replace the pool allocator patches we used in earlier versions.
45
45
46
46
# 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?
47
48
build-profiled = packages . th-dlls . components . library . profiled ;
48
49
build-profiled-ei = packages-ei . th-dlls . components . library . profiled ;
49
50
}
You can’t perform that action at this time.
0 commit comments