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
|
# there are missing dependencies in the Makefile, causing sporadic build failures
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = stdenv.isLinux;
|
||||||
|
|
||||||
buildInputs = with llvmPackages; [
|
buildInputs = with llvmPackages; [
|
||||||
which
|
which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user