OSDN Git Service

travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry
authorThomas Huth <thuth@redhat.com>
Tue, 19 Nov 2019 09:21:47 +0000 (10:21 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Dec 2019 08:20:11 +0000 (08:20 +0000)
commit88893f7c942ab1470af3e2890044a4228b540cd5
treea9af8a1ab057c08ff5b8bd7b41fd57ff0ecd2450
parent7ff5c1fa27c6c7a14089c786e73f2b8dc1423e62
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>
.travis.yml