Skip to content

Commit 92630f4

Browse files
committed
Disable mingwW64 for ghc96720250227 (use ucrt64)
1 parent 4a152cb commit 92630f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
inherit (lib.systems.examples) ghcjs;
8888
} // lib.optionalAttrs (nixpkgsName == "unstable"
8989
&& (__match ".*llvm" compiler-nix-name == null)
90-
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc966"]) # Not sure why GHC 9.6.6 TH code now wants `log1pf`
90+
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc966" "ghc96720250227"]) # Not sure why GHC 9.6.6 TH code now wants `log1pf`
9191
|| (system == "x86_64-darwin" && builtins.elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity
9292
inherit (lib.systems.examples) mingwW64;
9393
} // lib.optionalAttrs (nixpkgsName == "unstable"

0 commit comments

Comments
 (0)