Skip to content

Commit a253f95

Browse files
authored
Merge pull request #1883 from lzutao/s3-subdomain
Update all s3 URLs used on CI with subdomains
2 parents 33534a6 + 31be86f commit a253f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fetch-rust-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
TARGET="$1"
1111

1212
RUST_REPO="https://github.com/rust-lang/rust"
13-
S3_BASE_URL="https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds"
13+
S3_BASE_URL="https://rust-lang-ci2.s3.amazonaws.com/rustc-builds"
1414

1515
# Use images from rustc master
1616
case "$TARGET" in

0 commit comments

Comments
 (0)