diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-05-20 12:55:01 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-05-20 12:55:01 -0700 |
| commit | 0843207d1b8e079aebbb06527abb26bbd083e54d (patch) | |
| tree | d9447999f845b35ea0507fff11fc69a5bb0e93bc /src/ci | |
| parent | fa8d3b59bd1b547ea34fee1fe76d66b1dbd86695 (diff) | |
| download | rust-0843207d1b8e079aebbb06527abb26bbd083e54d.tar.gz rust-0843207d1b8e079aebbb06527abb26bbd083e54d.zip | |
Make sure sccache not present doesn't kill the build
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index a51c2da3cbd..c996dcb14af 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -141,4 +141,4 @@ else do_make "$RUST_CHECK_TARGET" fi -sccache --show-stats +sccache --show-stats || true |
