Skip to content

Commit

Permalink
circleci: disable cache temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrilleratplay committed Nov 28, 2020
1 parent bff61e9 commit f5f0bc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
find modules/musl-cross* -type f | sort -h | xargs sha256sum > /tmp/musl-cross_module_and_patches.sha256sums \
- restore_cache:
keys:
#Restore existing cache for modules checksums validated to be exactly the same as in github current commit
# - heads-modules-and-patches-{{ checksum "/tmp/all_modules_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}
# #If precedent fails. Restore cache for musl-cross module checksum validated to be exactly the same as in github current commit
# - heads-cross-musl-{{ checksum "/tmp/musl-cross_module_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}
# - restore_cache:
# keys:
# #Restore existing cache for modules checksums validated to be exactly the same as in github current commit
# # - heads-modules-and-patches-{{ checksum "/tmp/all_modules_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}
# # #If precedent fails. Restore cache for musl-cross module checksum validated to be exactly the same as in github current commit
# # - heads-cross-musl-{{ checksum "/tmp/musl-cross_module_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}

# linuxboot steps need something to pass in the kernel header path
# skipping for now
Expand Down

0 comments on commit f5f0bc8

Please sign in to comment.