We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2417d commit cb2425fCopy full SHA for cb2425f
ci/fetch-rust-docker.bash
@@ -10,7 +10,7 @@ set -e
10
TARGET="$1"
11
12
RUST_REPO="https://github.com/rust-lang/rust"
13
-S3_BASE_URL="https://rust-lang-ci2.s3.amazonaws.com/rustc-builds"
+ARTIFACTS_BASE_URL="https://ci-artifacts.rust-lang.org/rustc-builds"
14
LOCAL_DOCKER_TAG="rust-$TARGET"
15
16
# Use images from rustc master
@@ -36,7 +36,7 @@ case "$TARGET" in
36
esac
37
38
master=$(git ls-remote "$RUST_REPO" refs/heads/master | cut -f1)
39
-image_url="$S3_BASE_URL/$master/image-$image.txt"
+image_url="$ARTIFACTS_BASE_URL/$master/image-$image.txt"
40
info="/tmp/image-$image.txt"
41
42
rm -f "$info"
0 commit comments