Skip to content

Commit edf3f1b

Browse files
committed
GitLab CI: Up the manual cache bust token
The GHC 8.6.5 job was doing the error while loading shared libraries: libHS...so: cannot open shared object file: No such file or directory
1 parent ce61c0c commit edf3f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/gitlab/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
variables:
66
# Note that we copy+paste the image name into CACHE_FALLBACK_KEY. If we don't,
77
# $GHC_VERSION gets inserted at verbatim, instead of resolving to some ghc version.
8-
CACHE_FALLBACK_KEY: $CI_JOB_NAME-master-ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2023-08-22-1-3-non_protected
8+
CACHE_FALLBACK_KEY: $CI_JOB_NAME-master-ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2023-08-22-2-3-non_protected
99
GIT_SUBMODULE_STRATEGY: recursive
1010
TERM: xterm-color
1111
retry:
@@ -14,7 +14,7 @@
1414
- runner_system_failure
1515
- stuck_or_timeout_failure
1616
cache:
17-
key: $CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_JOB_IMAGE-1
17+
key: $CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_JOB_IMAGE-2
1818
when: always
1919
paths:
2020
- cache.tar.zst

0 commit comments

Comments
 (0)