aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-11-19 10:21:47 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-12-19 08:20:11 +0000
commit88893f7c942ab1470af3e2890044a4228b540cd5 (patch)
treea9af8a1ab057c08ff5b8bd7b41fd57ff0ecd2450
parent7ff5c1fa27c6c7a14089c786e73f2b8dc1423e62 (diff)
downloadqemu-88893f7c942ab1470af3e2890044a4228b540cd5.zip
qemu-88893f7c942ab1470af3e2890044a4228b540cd5.tar.gz
qemu-88893f7c942ab1470af3e2890044a4228b540cd5.tar.bz2
travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry
We test clang with the MAIN_SOFTMMU_TARGETS twice, once without sanitizers and once with sanitizers enabled. That's somewhat redundant since if compilation and tests succeeded with sanitizers enabled, it should also work fine without sanitizers. Thus remove the clang entry without sanitizers to speed up the CI testing a little bit. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20191119092147.4260-1-thuth@redhat.com>
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index d673ee2..376b7d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -181,12 +181,6 @@ matrix:
- env:
- - CONFIG="--disable-user --target-list=${MAIN_SOFTMMU_TARGETS}"
- - CACHE_NAME="${TRAVIS_BRANCH}-linux-clang-default"
- compiler: clang
-
-
- - env:
- CONFIG="--target-list=${MAIN_SOFTMMU_TARGETS} "
- CACHE_NAME="${TRAVIS_BRANCH}-linux-clang-sanitize"
compiler: clang