CI: reupload apt-cache when packages changed

This commit is contained in:
Sebastian Messmer 2017-09-12 21:43:26 +01:00
parent 19c5874d7a
commit 446e6e2654
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,8 @@ references:
- v4_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }}
container_setup_post: &container_setup_post
save_cache:
key: v4_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }}
# Add _aptcache_contents to cache key so that it is re-uploaded each time the cache changes.
key: v4_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }}_{{ checksum "/tmp/_aptcache_contents" }}
paths:
- /tmp/aptcache
container_setup: &container_setup
@ -74,6 +75,7 @@ references:
sudo mkdir -p /tmp/aptcache
sudo cp -R /var/cache/apt/archives/* /tmp/aptcache/
ls /tmp/aptcache > /tmp/_aptcache_contents
echo
echo System Info: