File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ jobs:
136
136
- name : Install servo dependencies
137
137
run : sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13 libjemalloc-dev
138
138
139
+ - uses : Swatinem/rust-cache@v2
140
+
139
141
- name : Build collector
140
142
run : cargo build -p collector
141
143
@@ -168,6 +170,8 @@ jobs:
168
170
sudo apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r`
169
171
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
170
172
173
+ - uses : Swatinem/rust-cache@v2
174
+
171
175
- name : Build collector
172
176
run : cargo build -p collector
173
177
@@ -205,6 +209,8 @@ jobs:
205
209
make install
206
210
echo "${PWD}/build/bin" >> $GITHUB_PATH
207
211
212
+ - uses : Swatinem/rust-cache@v2
213
+
208
214
- name : Install profilers
209
215
run : cargo install --version 0.4.12 cargo-llvm-lines
210
216
@@ -255,6 +261,8 @@ jobs:
255
261
with :
256
262
toolchain : stable
257
263
264
+ - uses : Swatinem/rust-cache@v2
265
+
258
266
- name : Build site
259
267
run : cargo build --bin site
260
268
You can’t perform that action at this time.
0 commit comments