summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-06-03 01:00:52 -0400
committerGitHub <noreply@github.com>2017-06-03 01:00:52 -0400
commit57b87c2c4fe4e00a4952ffcc0e1be603c9caa904 (patch)
tree7c849852bfa173d056cb37ac791ddc61be9d9582 /src/bootstrap
parente63d3b714886a84b01b80bc2f6931c83b931d1a6 (diff)
parent3447aa764ac9626aba6de0179289fb41ddb31543 (diff)
downloadrust-57b87c2c4fe4e00a4952ffcc0e1be603c9caa904.tar.gz
rust-57b87c2c4fe4e00a4952ffcc0e1be603c9caa904.zip
Rollup merge of #42354 - Mark-Simulacrum:reduce-verbosity, r=alexcrichton
Reduce verbosity of build logs

This does two separate things.
 - Sets sccache logging to warn instead of info.
 - Makes tests when running for a given PR (not on auto branch) quiet. (cc @eddyb)

r? @alexcrichton
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/native.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs
index ce1f63b4233..6b9a6347d22 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -184,7 +184,7 @@ pub fn llvm(build: &Build, target: &str) {
     configure_compilers(&mut cfg);
 
     if env::var_os("SCCACHE_ERROR_LOG").is_some() {
-        cfg.env("RUST_LOG", "sccache=info");
+        cfg.env("RUST_LOG", "sccache=warn");
     }
 
     // FIXME: we don't actually need to build all LLVM tools and all LLVM