about summary refs log tree commit diff
path: root/src/bootstrap
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/bootstrap
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/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 a2c436627f6..99077d03dbe 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -350,7 +350,7 @@ impl Step for Openssl {
         if !tarball.exists() {
             let tmp = tarball.with_extension("tmp");
             // originally from https://www.openssl.org/source/...
-            let url = format!("https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/{}",
+            let url = format!("https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/{}",
                               name);
             let mut ok = false;
             for _ in 0..3 {