We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c41b61 commit 008a160Copy full SHA for 008a160
test/th-dlls/default.nix
@@ -24,6 +24,8 @@ in recurseIntoAttrs {
24
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl)
25
# Failed to lookup symbol: __aarch64_swp8_acq_rel
26
|| (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)
29
# We have been unable to get windows cross compilation of th-orphans to work for GHC 8.10 using the latest nixpkgs
30
|| (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
31
# unhandled ELF relocation(Rel) type 10
0 commit comments