Skip to content

Commit

Permalink
llvmPackages*.llvm: Disable checkPhase on powerpc64-linux
Browse files Browse the repository at this point in the history
Many failures in MCJIT & Orc(more JIT).
  • Loading branch information
OPNA2608 committed Apr 29, 2024
1 parent e02e928 commit be1299a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/llvm/common/llvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
, debugVersion ? false
, doCheck ? (if lib.versionOlder release_version "15" then stdenv.isLinux else true)
&& (!stdenv.isx86_32 /* TODO: why */) && (!stdenv.hostPlatform.isMusl)
&& !(stdenv.hostPlatform.isPower64 && stdenv.hostPlatform.isBigEndian)
&& (stdenv.hostPlatform == stdenv.buildPlatform)
, enableManpages ? false
, enableSharedLibraries ? !stdenv.hostPlatform.isStatic
Expand Down

0 comments on commit be1299a

Please sign in to comment.