Skip to content

Commit 0e1e1a2

Browse files
jneiramergify[bot]
andauthored
Remove HIE_CACHE from cache key (#2050)
This was added in haskell/haskell-ide-engine#968 (comment) I think it is better to make explicit the invalidation with a commit, to make clear in the commit history when it was done Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent ced934e commit 0e1e1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults: &defaults
1414

1515
- restore_cache:
1616
keys:
17-
- v4-stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
17+
- v4-stack-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
1818

1919
- run:
2020
name: Stack upgrade
@@ -40,7 +40,7 @@ defaults: &defaults
4040
destination: bin
4141

4242
- save_cache:
43-
key: v4-stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
43+
key: v4-stack-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
4444
paths: &cache_paths
4545
- ~/.stack
4646

0 commit comments

Comments
 (0)