File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
- run :
73
73
name : Creating musl-cross-make and musl-cross-make patches digest (musl-cross-make cache digest)
74
74
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
76
76
- restore_cache :
77
77
# First matched/found key wins and following keys are not tried
78
78
keys :
@@ -182,8 +182,8 @@ jobs:
182
182
# CircleCI removed their wildcard support, so we have to list precise versions to cache in directory names
183
183
key : nix-docker-heads-musl-cross-make-{{ checksum "./tmpDir/musl-cross-make.sha256sums" }}{{ .Environment.CACHE_VERSION }}
184
184
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
187
187
- crossgcc
188
188
- packages
189
189
- save_cache :
You can’t perform that action at this time.
0 commit comments