File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 static = p : p . pkgsStatic ;
8888 } // lib . optionalAttrs ( nixpkgsName == "unstable"
8989 && ( __match ".*llvm" compiler-nix-name == null )
90- && ! builtins . elem compiler-nix-name [ "ghc9102" ] ) {
90+ && ! builtins . elem compiler-nix-name [ "ghc9102" "ghc9103" ] ) {
9191 inherit ( lib . systems . examples ) ghcjs ;
9292 } // lib . optionalAttrs ( nixpkgsName == "unstable"
9393 && ( __match ".*llvm" compiler-nix-name == null )
94- && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9102" ] ) {
94+ && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9102" "ghc9103" ] ) {
9595 inherit ( lib . systems . examples ) wasi32 ;
9696 } // lib . optionalAttrs ( nixpkgsName == "unstable"
9797 && ( __match ".*llvm" compiler-nix-name == null )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ in recurseIntoAttrs {
2525
2626 meta . disabled = builtins . elem compiler-nix-name [ "ghc91320241204" ]
2727 # Not sure why this is failing with a seg fault
28- || ( builtins . elem compiler-nix-name [ "ghc9102" "ghc9102llvm" ] && stdenv . hostPlatform . isAndroid && stdenv . hostPlatform . isAarch32 )
28+ || ( builtins . elem compiler-nix-name [ "ghc9102" "ghc9102llvm" "ghc9103" "ghc9103llvm" ] && stdenv . hostPlatform . isAndroid && stdenv . hostPlatform . isAarch32 )
2929 # unhandled ELF relocation(Rel) type 10
3030 || ( stdenv . hostPlatform . isMusl && stdenv . hostPlatform . isx86_32 ) ;
3131
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ in recurseIntoAttrs {
3434 # (#103:librdrand_la-randombytes_internal_random.o) for relocation 4 in section 1 of kind: 0
3535 || ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl && ! stdenv . buildPlatform . isAarch64 )
3636 # Not sure why this is failing with a seg fault
37- || ( builtins . elem compiler-nix-name [ "ghc9102" "ghc9102llvm" ] && stdenv . hostPlatform . isAndroid && stdenv . hostPlatform . isAarch32 )
37+ || ( builtins . elem compiler-nix-name [ "ghc9102" "ghc9102llvm" "ghc9103" "ghc9103llvm" ] && stdenv . hostPlatform . isAndroid && stdenv . hostPlatform . isAarch32 )
3838 # unhandled ELF relocation(Rel) type 10
3939 || ( stdenv . hostPlatform . isMusl && stdenv . hostPlatform . isx86_32 )
4040
You can’t perform that action at this time.
0 commit comments