Skip to content

Commit 008a160

Browse files
committed
Disable broken TH test for android armv7a
1 parent 5c41b61 commit 008a160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/th-dlls/default.nix

+2
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+
# Not sure why this is failing with a seg fault
28+
|| (builtins.elem compiler-nix-name ["ghc9102"] && stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32)
2729
# We have been unable to get windows cross compilation of th-orphans to work for GHC 8.10 using the latest nixpkgs
2830
|| (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
2931
# unhandled ELF relocation(Rel) type 10

0 commit comments

Comments
 (0)