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:
bors-servo 2018-01-24 10:15:07 -06:00 committed by GitHub
commit caefaa79c9

View file

@ -3,6 +3,7 @@ env:
CARGO_INCREMENTAL: "0" CARGO_INCREMENTAL: "0"
CCACHE: sccache CCACHE: sccache
RUSTC_WRAPPER: sccache RUSTC_WRAPPER: sccache
SCCACHE_IDLE_TIMEOUT: "600"
mac-rel-wpt1: mac-rel-wpt1:
- ./mach clean-nightlies --keep 3 --force - ./mach clean-nightlies --keep 3 --force