ispc: only check on Linux
The test suite tries to execute `transcendentals` tests, which is not expected to work anywhere except Linux.
This commit is contained in:
parent
5ddd4dbb12
commit
b60853cdca
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
# there are missing dependencies in the Makefile, causing sporadic build failures
|
||||
enableParallelBuilding = false;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.isLinux;
|
||||
|
||||
buildInputs = with llvmPackages; [
|
||||
which
|
||||
|
Loading…
Reference in New Issue
Block a user