Skip to content

Commit

Permalink
Log sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanfr committed Sep 9, 2023
1 parent 01376cb commit 36711ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ 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
1 change: 0 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ fi

say_err "Installing to: $dest"
#https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-musl.tar.gz
#https://github.com/cross-rs/cross/releases/releases/download/v0.2.5/cross-x86_64-unknown-linux-musl.tar.gz
url="$url/download/$tag/$crate-$target.tar.gz"

echo $url
Expand Down
2 changes: 2 additions & 0 deletions scripts/install_mdbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -ex
ls /home/travis/.rustup/toolchains/nightly-2023-09-05-x86_64-unknown-linux-gnu/bin/*
/home/travis/.rustup/toolchains/nightly-2023-09-05-x86_64-unknown-linux-gnu/bin/rustc --version



if [[ $1 == *"apple"* ]]; then
exit 0
else
Expand Down

0 comments on commit 36711ad

Please sign in to comment.