File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ pub fn llvm(build: &Build, target: &str) {
147147 }
148148
149149 if env:: var_os ( "SCCACHE_ERROR_LOG" ) . is_some ( ) {
150- cfg. env ( "RUST_LOG" , "sccache=debug " ) ;
150+ cfg. env ( "RUST_LOG" , "sccache=info " ) ;
151151 }
152152
153153 // FIXME: we don't actually need to build all LLVM tools and all LLVM
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ if [ "$SCCACHE_BUCKET" != "" ]; then
3838 args=" $args --env AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID "
3939 args=" $args --env AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY "
4040 args=" $args --env SCCACHE_ERROR_LOG=/tmp/sccache/sccache.log"
41- args=" $args --env SCCACHE_LOG_LEVEL=debug"
4241 args=" $args --volume $objdir /tmp:/tmp/sccache"
4342else
4443 mkdir -p $HOME /.cache/sccache
You can’t perform that action at this time.
0 commit comments