mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
llvm: disable failing tests on i686
This commit is contained in:
parent
e6abf5e9e4
commit
637e33e616
@ -128,7 +128,7 @@ in stdenv.mkDerivation rec {
|
||||
ln -s $lib/lib/libLLVM.dylib $lib/lib/libLLVM-${release_version}.dylib
|
||||
'';
|
||||
|
||||
doCheck = stdenv.isLinux;
|
||||
doCheck = stdenv.isLinux && (!stdenv.isi686);
|
||||
|
||||
checkTarget = "check-all";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user