Skip to content

Commit 86f3721

Browse files
committed
Disable broken test
1 parent e5f82a3 commit 86f3721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/th-dlls/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ in recurseIntoAttrs {
2424
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl)
2525
# Failed to lookup symbol: __aarch64_swp8_acq_rel
2626
|| (builtins.elem compiler-nix-name ["ghc947" "ghc948"] && haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64)
27+
# We have been unable to get windows cross compilation of th-orphans to work for GHC 8.10 using the latest nixpkgs
28+
|| (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
2729
;
2830

2931
ifdInputs = {

0 commit comments

Comments
 (0)