mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: enable sccache for Rust compilation. (#32330)
This was previously disabled in #30508 due to sccache not
working well with crown. The sccache issue (mozilla/sccache#861)
linked in that PR is now closed and [testing][1] on my fork also
seems to indicated we should be able to turn on sccache again.
[1]: 9154196647
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
f7affae95e
commit
1bcb4787d2
3 changed files with 3 additions and 0 deletions
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
|
@ -53,6 +53,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
SHELL: /bin/bash
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
RUSTC_WRAPPER: "sccache"
|
||||
CCACHE: "sccache"
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue