Skip to content

Commit 1f5c8e5

Browse files
committed
Test setup-bazel with GC
1 parent 60302ba commit 1f5c8e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bazel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,21 @@ jobs:
122122
node-version: ${{ inputs.node-version }}
123123
- name: Setup Bazel with caching
124124
if: inputs.caching
125-
uses: bazel-contrib/setup-bazel@0.13.0
125+
uses: calebzulawski/setup-bazel@feature/disk-cache
126126
with:
127127
bazelisk-cache: true
128128
bazelrc: common --color=yes
129-
cache-version: 2
130-
disk-cache: ${{ inputs.cache-key }}
129+
cache-prefix: 3-${{ github.job }}-${{ inputs.os }}-${{ inputs.cache-key }}
131130
external-cache: |
132131
name: ${{ inputs.cache-key }}
133132
manifest:
134133
crates: rust/Cargo.Bazel.lock
135134
rules_ruby++ruby+ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
135+
disk-cache: true
136136
repository-cache: true
137137
- name: Setup Bazel without caching
138138
if: inputs.caching == false
139-
uses: bazel-contrib/setup-bazel@0.13.0
139+
uses: calebzulawski/setup-bazel@feature/disk-cache
140140
with:
141141
bazelrc: common --color=yes
142142
- name: Setup Fluxbox and Xvfb

0 commit comments

Comments
 (0)