mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #19835 - jdm:enable-sccache, r=emilio
Enable sccache for all builds Rebase of #17171. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19835) <!-- Reviewable:end -->
This commit is contained in:
commit
65f549094f
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: -Dwarnings
|
RUSTFLAGS: -Dwarnings
|
||||||
CARGO_INCREMENTAL: "0"
|
CARGO_INCREMENTAL: "0"
|
||||||
|
CCACHE: sccache
|
||||||
|
RUSTC_WRAPPER: sccache
|
||||||
|
|
||||||
mac-rel-wpt1:
|
mac-rel-wpt1:
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
- ./mach clean-nightlies --keep 3 --force
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue