Fix sccache failure when rustc generates hundreds of thousands of warnings

Fixes https://github.com/servo/servo/issues/24714
This commit is contained in:
Simon Sapin 2019-11-12 14:13:09 +01:00
parent 944c1e9f97
commit 00151b6a6f
2 changed files with 5 additions and 3 deletions

View file

@ -2,9 +2,9 @@ env:
RUST_BACKTRACE: '1'
RUSTFLAGS: -Dwarnings
CARGO_INCREMENTAL: "0"
SCCACHE_IDLE_TIMEOUT: "1200"
GST_DEBUG: '3'
SCCACHE_IDLE_TIMEOUT: "1200"
SCCACHE_MAX_FRAME_LENGTH": "100000000" # 100 MB
linux-rel-nogate:
env:
CC: clang-4.0