Skip to content

Commit

Permalink
.travis.yml: Cache Linux/GCC 'debug profile' jobs together
Browse files Browse the repository at this point in the history
These jobs build different components but use the same
host features. Put them in the same cache bucket.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
  • Loading branch information
philmd authored and stsquad committed Sep 10, 2019
1 parent 5ef9c53 commit 8fb90e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 8fb90e3

Please sign in to comment.