qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TAR


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH] travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry
Date: Tue, 19 Nov 2019 11:37:50 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0


On 11/19/19 7:21 AM, Thomas Huth wrote:
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 <address@hidden>
---
  .travis.yml | 6 ------
  1 file changed, 6 deletions(-)


Reviewed-by: Wainer dos Santos Moschetta <address@hidden>



diff --git a/.travis.yml b/.travis.yml
index b9a026c8ee..47875bdafe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -181,12 +181,6 @@ matrix:
        compiler: clang
- - 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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]