diff --git a/.travis.yml b/.travis.yml index a46d05f1a..b37d0dbd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,6 @@ env: - RUSTC_WRAPPER=sccache # A clean build seems to create ~300M - SCCACHE_CACHE_SIZE=500M - - RUST_LOG=debug sccache ... script: - > if [ ! -z $TRAVIS_TAG ]; then diff --git a/scripts/install_sccache.sh b/scripts/install_sccache.sh index 95a1d33b7..6a774182f 100755 --- a/scripts/install_sccache.sh +++ b/scripts/install_sccache.sh @@ -29,7 +29,7 @@ trap cleanup EXIT # https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-dist-v0.5.4-x86_64-unknown-linux-musl.tar.gz # https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-v0.5.4-aarch64-apple-darwin.tar.gz -VERSION="v0.5.4" +VERSION="v0.5.0" if [[ $1 == *"apple"* ]]; then TARGET=$1