mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #19908 - servo:jdm-patch-9, r=emilio
Double the sccache timeout. Fixes #19907. <!-- 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/19908) <!-- Reviewable:end -->
This commit is contained in:
commit
86b7af5db5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ env:
|
|||
RUST_BACKTRACE: '1'
|
||||
RUSTFLAGS: -Dwarnings
|
||||
CARGO_INCREMENTAL: "0"
|
||||
SCCACHE_IDLE_TIMEOUT: "600"
|
||||
SCCACHE_IDLE_TIMEOUT: "1200"
|
||||
|
||||
mac-rel-wpt1:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue