Skip to content

Commit

Permalink
chore: reinstate cache to see if merely a dirty cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Dec 7, 2024
1 parent 9a579a1 commit 99c0465
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
# get a key showing the current week (ISO: yyyyWww) allowing older caches to age-out/autoprune
id: week
run: echo "::set-output name=iso::$(date +'bazel-%YW%U')"
#-
# uses: bazel-contrib/setup-bazel@0.9.1
# with:
# # Cache bazel downloads via bazelisk
# bazelisk-cache: true
# # Store build cache per week
# disk-cache: ${{ steps.week.outputs.iso }}
# # Share repository cache between workflows.
# repository-cache: true
-
uses: bazel-contrib/setup-bazel@0.8.5
with:
# Cache bazel downloads via bazelisk
bazelisk-cache: true
# Store build cache per week
disk-cache: ${{ steps.week.outputs.iso }}-XXX
# Share repository cache between workflows.
repository-cache: true
- uses: actions/checkout@v4
# https://github.com/bazelbuild/bazel/issues/11062
-
Expand Down

0 comments on commit 99c0465

Please sign in to comment.