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) {
147
147
}
148
148
149
149
if env:: var_os ( "SCCACHE_ERROR_LOG" ) . is_some ( ) {
150
- cfg. env ( "RUST_LOG" , "sccache=debug " ) ;
150
+ cfg. env ( "RUST_LOG" , "sccache=info " ) ;
151
151
}
152
152
153
153
// 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
38
38
args=" $args --env AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID "
39
39
args=" $args --env AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY "
40
40
args=" $args --env SCCACHE_ERROR_LOG=/tmp/sccache/sccache.log"
41
- args=" $args --env SCCACHE_LOG_LEVEL=debug"
42
41
args=" $args --volume $objdir /tmp:/tmp/sccache"
43
42
else
44
43
mkdir -p $HOME /.cache/sccache
You can’t perform that action at this time.
0 commit comments