Skip to content

Commit bc80f13

Browse files
authored
Add ghc9122llvm to ci (#2407)
* Add ghc9122llvm to ci Fixes #2404 * Disable failing test
1 parent 71a34a6 commit bc80f13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
ghc98 = true;
7676
ghc98llvm = false;
7777
ghc910 = true;
78-
ghc910llvm = true;
78+
ghc910llvm = false;
7979
ghc912 = true;
80+
ghc912llvm = true;
8081
ghc913 = true;
8182
})));
8283
crossSystems = nixpkgsName: nixpkgs: compiler-nix-name:

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ in recurseIntoAttrs {
4343
build-ei = packages-ei.th-dlls.components.library;
4444
just-template-haskell-ei = packages-ei.th-dlls.components.exes.just-template-haskell;
4545
} // 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
4747
# The dependency on `math-functions` somehow breaks GHC 9.6.7 musl profiled builds (only with the external interpreter though)
4848
|| (compiler-nix-name == "ghc967" && stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_64))) {
4949
# On for aarch64 cross compile on GHC this test is fails sometimes for non profiled builds

0 commit comments

Comments
 (0)