Skip to content

Commit 8cd688b

Browse files
committed
ci: disable cache for release
The release workflow is spending more time in updating the cache than building, and there's no benefit as consecutive builds will get a different cache anyway
1 parent cfaa524 commit 8cd688b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

-15
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- uses: bazel-contrib/[email protected]
18-
with:
19-
# Avoid downloading Bazel every time.
20-
bazelisk-cache: true
21-
# Keep a disk-cache
22-
disk-cache: true
23-
# Share repository cache between workflows.
24-
repository-cache: true
25-
# enable some flags for CI
26-
bazelrc: |
27-
import %workspace%/.aspect/bazelrc/ci.bazelrc
28-
import %workspace%/.github/workflows/ci.bazelrc
29-
# keep a cache for MODULE.bazel repos
30-
external-cache: true
31-
3217
- name: Build Binaries
3318
run: .github/workflows/build_assets.sh
3419

0 commit comments

Comments
 (0)