]> Git Repo - qemu.git/commitdiff
.travis.yml: Cache Linux/GCC 'debug profile' jobs together
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 3 Sep 2019 13:26:47 +0000 (15:26 +0200)
committerAlex Bennée <[email protected]>
Tue, 10 Sep 2019 13:14:32 +0000 (14:14 +0100)
These jobs build different components but use the same
host features. Put them in the same cache bucket.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
.travis.yml

index 51c7d19c0713ec453963e66ac4e04272729d6df7..d2da12580f373794715b55caa16ba7290c85e62c 100644 (file)
@@ -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:
This page took 0.026917 seconds and 4 git commands to generate.