Skip to content

Commit

Permalink
change sccache version
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanfr committed Sep 9, 2023
1 parent 36711ad commit 7759549
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_sccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7759549

Please sign in to comment.