qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 13/19] travis.yml: cache the clang sanitizer build


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 13/19] travis.yml: cache the clang sanitizer build
Date: Wed, 23 Oct 2019 14:14:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 10/22/19 9:16 PM, Alex Bennée wrote:
Hopefully we'll see the same benefits as the other builds.

Signed-off-by: Alex Bennée <address@hidden>
---
  .travis.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index da6a2063fca..c43597f1331 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -189,6 +189,7 @@ matrix:
- env:
          - CONFIG="--target-list=${MAIN_SOFTMMU_TARGETS} "
+        - CACHE_NAME="${TRAVIS_BRANCH}-linux-clang-sanitize"
        compiler: clang
        before_script:
          - ./configure ${CONFIG} --extra-cflags="-fsanitize=undefined -Werror" || { 
cat config.log && exit 1; }


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>



reply via email to

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