From: Alex Bennée Date: Tue, 22 Oct 2019 13:07:40 +0000 (+0100) Subject: travis.yml: cache the clang sanitizer build X-Git-Tag: v4.2.0-rc0~34^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b08c2ae3ff9911a6a689d8fb4ef08237433adfc0;p=thirdparty%2Fqemu.git travis.yml: cache the clang sanitizer build Hopefully we'll see the same benefits as the other builds. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- 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; }