From 0843207d1b8e079aebbb06527abb26bbd083e54d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 20 May 2019 12:55:01 -0700 Subject: [PATCH] Make sure sccache not present doesn't kill the build --- src/ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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