File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 75
75
ghc98 = true ;
76
76
ghc98llvm = false ;
77
77
ghc910 = true ;
78
- ghc910llvm = true ;
78
+ ghc910llvm = false ;
79
79
ghc912 = true ;
80
+ ghc912llvm = true ;
80
81
ghc913 = true ;
81
82
} ) ) ) ;
82
83
crossSystems = nixpkgsName : nixpkgs : compiler-nix-name :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ in recurseIntoAttrs {
43
43
build-ei = packages-ei . th-dlls . components . library ;
44
44
just-template-haskell-ei = packages-ei . th-dlls . components . exes . just-template-haskell ;
45
45
} // 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" "ghc9122llvm" " ghc91320250523"] && stdenv . buildPlatform . isx86_64 && stdenv . hostPlatform . isAarch64
47
47
# The dependency on `math-functions` somehow breaks GHC 9.6.7 musl profiled builds (only with the external interpreter though)
48
48
|| ( compiler-nix-name == "ghc967" && stdenv . hostPlatform . isMusl && stdenv . hostPlatform . isx86_64 ) ) ) {
49
49
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds
You can’t perform that action at this time.
0 commit comments