Merge pull request #70260 from athas/ispc-no-host

ispc: do not test on the "host" target
This commit is contained in:
Sarah Brofeldt 2019-10-08 22:52:34 +02:00 committed by GitHub
commit ec358abcc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {