Skip to content

Commit 594abed

Browse files
authored
Merge pull request #1950 from tlaurion/circleci_first_layer_cache-fix_musl-cross-make
CircleCI: first layer cache: musl-cross-make+packages downloaded, was still pointing to old musl-cross-make
2 parents e5599e0 + 51ca56b commit 594abed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- run:
7373
name: Creating musl-cross-make and musl-cross-make patches digest (musl-cross-make cache digest)
7474
command: |
75-
find .circleci/config.yml ./Makefile ./flake.lock modules/musl-cross-make* -type f | sort -h | xargs sha256sum > ./tmpDir/musl-cross-make.sha256sums
75+
find ./flake.lock modules/musl-cross-make* -type f | sort -h | xargs sha256sum > ./tmpDir/musl-cross-make.sha256sums
7676
- restore_cache:
7777
# First matched/found key wins and following keys are not tried
7878
keys:
@@ -182,8 +182,8 @@ jobs:
182182
# CircleCI removed their wildcard support, so we have to list precise versions to cache in directory names
183183
key: nix-docker-heads-musl-cross-make-{{ checksum "./tmpDir/musl-cross-make.sha256sums" }}{{ .Environment.CACHE_VERSION }}
184184
paths:
185-
- build/ppc64/musl-cross-make-38e52db8358c043ae82b346a2e6e66bc86a53bc1
186-
- build/x86/musl-cross-make-38e52db8358c043ae82b346a2e6e66bc86a53bc1
185+
- build/ppc64/musl-cross-make-fd6be58297ee21fcba89216ccd0d4aca1e3f1c5c
186+
- build/x86/musl-cross-make-fd6be58297ee21fcba89216ccd0d4aca1e3f1c5c
187187
- crossgcc
188188
- packages
189189
- save_cache:

0 commit comments

Comments
 (0)