about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-05-20 12:55:01 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-05-20 12:55:01 -0700
commit0843207d1b8e079aebbb06527abb26bbd083e54d (patch)
treed9447999f845b35ea0507fff11fc69a5bb0e93bc /src/ci
parentfa8d3b59bd1b547ea34fee1fe76d66b1dbd86695 (diff)
downloadrust-0843207d1b8e079aebbb06527abb26bbd083e54d.tar.gz
rust-0843207d1b8e079aebbb06527abb26bbd083e54d.zip
Make sure sccache not present doesn't kill the build
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh2
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