File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -122,21 +122,21 @@ jobs:
122
122
node-version : ${{ inputs.node-version }}
123
123
- name : Setup Bazel with caching
124
124
if : inputs.caching
125
- uses : bazel-contrib /setup-bazel@0.13.0
125
+ uses : calebzulawski /setup-bazel@feature/disk-cache
126
126
with :
127
127
bazelisk-cache : true
128
128
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 }}
131
130
external-cache : |
132
131
name: ${{ inputs.cache-key }}
133
132
manifest:
134
133
crates: rust/Cargo.Bazel.lock
135
134
rules_ruby++ruby+ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
135
+ disk-cache : true
136
136
repository-cache : true
137
137
- name : Setup Bazel without caching
138
138
if : inputs.caching == false
139
- uses : bazel-contrib /setup-bazel@0.13.0
139
+ uses : calebzulawski /setup-bazel@feature/disk-cache
140
140
with :
141
141
bazelrc : common --color=yes
142
142
- name : Setup Fluxbox and Xvfb
Original file line number Diff line number Diff line change @@ -25,15 +25,16 @@ jobs:
25
25
with :
26
26
fetch-depth : 50
27
27
- name : Setup Bazel
28
- uses : bazel-contrib /setup-bazel@0.13.0
28
+ uses : calebzulawski /setup-bazel@feature/disk-cache
29
29
with :
30
30
bazelisk-cache : true
31
- cache-version : 2
31
+ bazelrc : common --color=yes
32
+ cache-prefix : 3-${{ github.job }}
32
33
external-cache : |
33
- name: ci- check
34
+ name: check
34
35
manifest:
35
36
crates: rust/Cargo.Bazel.lock
36
- rules_ruby~~ ruby~ ruby: rb/.ruby-version
37
+ rules_ruby++ ruby+ ruby: ${{ runner.os == 'windows' && 'false' || ' rb/.ruby-version' }}
37
38
repository-cache : true
38
39
- name : Check Bazel targets
39
40
id : check-targets
You can’t perform that action at this time.
0 commit comments