Skip to content

Commit

Permalink
CircleCI: Attempt to fix linuxboot#1039
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Oct 17, 2021
1 parent 9acb0c7 commit d46cae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ jobs:
key: heads-musl-cross-{{ checksum "./tmpDir/musl-cross.sha256sums" }}{{ .Environment.CACHE_VERSION }}
paths:
- crossgcc
- build/musl-cross-*
- {{ find build/ -maxdepth 1 -name "musl-cross-*" -type d }}
- save_cache:
#Generate cache for the same coreboot mnd musl-cross-make modules definition if hash is not previously existing
key: heads-coreboot-musl-cross-{{ checksum "./tmpDir/coreboot_musl-cross.sha256sums" }}{{ .Environment.CACHE_VERSION }}
paths:
- build/coreboot-*
- {{ find build/coreboot-* -maxdepth 1 -name "musl-cross-*" -type d }}
- crossgcc
- build/musl-cross-*
- {{ find build/ -maxdepth 1 -name "musl-cross-*" -type d }}
- save_cache:
#Generate cache for the exact same modules definitions if hash is not previously existing
key: heads-modules-and-patches-{{ checksum "./tmpDir/all_modules_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}
Expand Down

0 comments on commit d46cae9

Please sign in to comment.