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 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{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 {
|
||||
|
|
Loading…
Reference in a new issue