We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce61c0c commit edf3f1bCopy full SHA for edf3f1b
.ci/gitlab/common.yml
@@ -5,7 +5,7 @@
5
variables:
6
# Note that we copy+paste the image name into CACHE_FALLBACK_KEY. If we don't,
7
# $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
+ CACHE_FALLBACK_KEY: $CI_JOB_NAME-master-ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2023-08-22-2-3-non_protected
9
GIT_SUBMODULE_STRATEGY: recursive
10
TERM: xterm-color
11
retry:
@@ -14,7 +14,7 @@
14
- runner_system_failure
15
- stuck_or_timeout_failure
16
cache:
17
- key: $CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_JOB_IMAGE-1
+ key: $CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_JOB_IMAGE-2
18
when: always
19
paths:
20
- cache.tar.zst
0 commit comments