Merge pull request #70260 from athas/ispc-no-host
ispc: do not test on the "host" target
This commit is contained in:
commit
ec358abcc3
@ -1,5 +1,5 @@
|
|||||||
{stdenv, fetchFromGitHub, which, m4, python, bison, flex, llvmPackages,
|
{stdenv, fetchFromGitHub, which, m4, python, bison, flex, llvmPackages,
|
||||||
testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
|
testedTargets ? ["sse2"] # the default test target is sse4, but that is not supported by all Hydra agents
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user