Skip to content

Commit

Permalink
Merge pull request #307819 from OPNA2608/ppc64/llvm
Browse files Browse the repository at this point in the history
llvmPackages*.llvm: Disable checkPhase on powerpc64-linux
  • Loading branch information
wegank authored May 2, 2024
2 parents 9e55f9c + be1299a commit a43f3e9
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 a43f3e9

Please sign in to comment.