mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
llvm5: disable tests on cross compilers
This appears to be broken currently. https://hydra.nixos.org/build/77597880 /cc @Ericson2314
This commit is contained in:
parent
3183e9e32a
commit
c7d77c90c6
@ -129,7 +129,8 @@ in stdenv.mkDerivation (rec {
|
||||
ln -s $lib/lib/libLLVM.dylib $lib/lib/libLLVM-${release_version}.dylib
|
||||
'';
|
||||
|
||||
doCheck = stdenv.isLinux && (!stdenv.isi686);
|
||||
doCheck = stdenv.isLinux && (!stdenv.isi686)
|
||||
&& (stdenv.hostPlatform == stdenv.targetPlatform);
|
||||
|
||||
checkTarget = "check-all";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user