about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-09-15 16:04:13 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-09-16 08:35:47 -0700
commit5cfee9b8541c4522ce772e0d50647b1d131393e4 (patch)
tree6f6219ac04e0574635fccd2036e6260fe150fa1b /src/ci/docker/scripts
parentfd4bef54abafe6d93ec3c87498de696da6ef5819 (diff)
downloadrust-5cfee9b8541c4522ce772e0d50647b1d131393e4.tar.gz
rust-5cfee9b8541c4522ce772e0d50647b1d131393e4.zip
ci: Upload/download from a new S3 bucket
Moving buckets from us-east-1 to us-west-1 because us-west-1 is where
rust-central-station itself runs and in general is where we have all our other
buckets.
Diffstat (limited to 'src/ci/docker/scripts')
-rw-r--r--src/ci/docker/scripts/sccache.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/sccache.sh b/src/ci/docker/scripts/sccache.sh
index 98b0ed712c0..ce2d45563f7 100644
--- a/src/ci/docker/scripts/sccache.sh
+++ b/src/ci/docker/scripts/sccache.sh
@@ -8,9 +8,11 @@
 # option. This file may not be copied, modified, or distributed
 # except according to those terms.
 
+# ignore-tidy-linelength
+
 set -ex
 
 curl -fo /usr/local/bin/sccache \
-  https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-05-12-sccache-x86_64-unknown-linux-musl
+  https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-05-12-sccache-x86_64-unknown-linux-musl
 
 chmod +x /usr/local/bin/sccache