Use default sccache timeout.

This commit is contained in:
Josh Matthews 2018-01-24 11:10:58 -05:00 committed by GitHub
parent 2024ef56b0
commit 643e5c268b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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