mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #19856 - servo:jdm-patch-6, r=jdm
Use default sccache timeout. Try to resolve the ongoing issues on cross builders where the sccache server takes up 50% of available memory. <!-- 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/19856) <!-- Reviewable:end -->
This commit is contained in:
commit
caefaa79c9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ env:
|
|||
CARGO_INCREMENTAL: "0"
|
||||
CCACHE: sccache
|
||||
RUSTC_WRAPPER: sccache
|
||||
SCCACHE_IDLE_TIMEOUT: "600"
|
||||
|
||||
mac-rel-wpt1:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue