From b228c4dd0dc2c3f727a823cdf8cab6994963842b Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 15 Oct 2019 12:32:35 -0700 Subject: [PATCH] Invalidate apt cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c44d7149..fc3604d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,11 +15,11 @@ references: restore_cache: keys: # Find the most recent cache from any branch - - v5_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }} + - v6_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }} container_setup_post: &container_setup_post save_cache: # Add _aptcache_contents to cache key so that it is re-uploaded each time the cache changes. - key: v5_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }}_{{ checksum "/tmp/_aptcache_contents" }} + key: v6_container_setup_cache_{{ checksum "/tmp/_build_env_vars" }}_{{ arch }}_{{ checksum "/tmp/_aptcache_contents" }} paths: - /tmp/aptcache container_setup: &container_setup