From: Philippe Mathieu-Daudé Date: Tue, 3 Sep 2019 13:26:47 +0000 (+0200) Subject: .travis.yml: Cache Linux/GCC 'debug profile' jobs together X-Git-Tag: qemu-xen-4.14.0~405^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8fb90e3d7bd9f9de0cb4ef14b48590bcef5b00b9;p=qemu-xen.git .travis.yml: Cache Linux/GCC 'debug profile' jobs together These jobs build different components but use the same host features. Put them in the same cache bucket. Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée --- diff --git a/.travis.yml b/.travis.yml index 51c7d19c07..d2da12580f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,11 +120,13 @@ matrix: - env: - CONFIG="--enable-debug --enable-debug-tcg --disable-user" + - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug" # TCG debug can be run just on it's own and is mostly agnostic to user/softmmu distinctions - env: - CONFIG="--enable-debug-tcg --disable-system" + - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug" - env: