Make sure sccache not present doesn't kill the build

This commit is contained in:
Alex Crichton 2019-05-20 12:55:01 -07:00
parent fa8d3b59bd
commit 0843207d1b

View File

@ -141,4 +141,4 @@ else
do_make "$RUST_CHECK_TARGET"
fi
sccache --show-stats
sccache --show-stats || true