about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-04-11 18:36:16 -0400
committerGitHub <noreply@github.com>2017-04-11 18:36:16 -0400
commit828ed96377ff89051ff537afff74f768e6eea3c5 (patch)
tree25d4e9814f2152e815381a963a1acefbb9babc15 /src/ci/docker
parent704cbad2487b25e38b7be1874d0da7268f81a1f1 (diff)
parentf297767b2c262e8542a4734a3f47b0a75502c9fd (diff)
downloadrust-828ed96377ff89051ff537afff74f768e6eea3c5.tar.gz
rust-828ed96377ff89051ff537afff74f768e6eea3c5.zip
Rollup merge of #41209 - aidanhs:aphs-quiet-sccache, r=alexcrichton
Make sccache a bit quieter

...and remove the single mention of `SCCACHE_LOG_LEVEL` that would only take effect on Docker (i.e. Linux) builds since it had no effect anyway (because [`RUST_LOG` takes priority](https://github.com/mozilla/sccache/blob/ec10cdb2ddeb3dde9891bea1fa095e504a60a28a/src/main.rs#L124-L128)).

r? @frewsxcv
Diffstat (limited to 'src/ci/docker')
-rwxr-xr-xsrc/ci/docker/run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/docker/run.sh b/src/ci/docker/run.sh
index 71a4bfae3ca..59b93b784b2 100755
--- a/src/ci/docker/run.sh
+++ b/src/ci/docker/run.sh
@@ -38,7 +38,6 @@ if [ "$SCCACHE_BUCKET" != "" ]; then
     args="$args --env AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID"
     args="$args --env AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY"
     args="$args --env SCCACHE_ERROR_LOG=/tmp/sccache/sccache.log"
-    args="$args --env SCCACHE_LOG_LEVEL=debug"
     args="$args --volume $objdir/tmp:/tmp/sccache"
 else
     mkdir -p $HOME/.cache/sccache