diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-10-22 14:07:40 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-25 19:24:21 +0100 |
commit | b08c2ae3ff9911a6a689d8fb4ef08237433adfc0 (patch) | |
tree | 51c3476c148731f6e866921d10ae4df3e4e828e1 /.travis.yml | |
parent | 6d46e602f117003b9211de17772d6404c3737c47 (diff) |
travis.yml: cache the clang sanitizer build
Hopefully we'll see the same benefits as the other builds.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index da6a2063fc..c43597f133 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; } |