summaryrefslogtreecommitdiff
path: root/ci/docker/mipsel-unknown-linux-musl/Dockerfile
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-08-21 09:20:32 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-08-21 09:20:32 +0200
commit30133d9d2a3f697815c23b84d1f2b069a5c3ed28 (patch)
treeb0e740548ba48b1eb13718f649eac863d05df8a8 /ci/docker/mipsel-unknown-linux-musl/Dockerfile
parentfd963f4d7981c1bcf1f0098d751a4f8974e307c6 (diff)
downloadrust-libc-30133d9d2a3f697815c23b84d1f2b069a5c3ed28.tar.gz
ci: switch to the rust-lang-ci-mirrors bucket for mirrors
Previously mirrors were stored in the rust-lang-ci2 bucket, which is meant to store temporary data (the CI artifacts). This switches the code to fetch from the new mirrors bucket. The old files won't be removed, but they won't be backed up either.
Diffstat (limited to 'ci/docker/mipsel-unknown-linux-musl/Dockerfile')
-rw-r--r--ci/docker/mipsel-unknown-linux-musl/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/mipsel-unknown-linux-musl/Dockerfile b/ci/docker/mipsel-unknown-linux-musl/Dockerfile
index 03e83578ea..91c00c250c 100644
--- a/ci/docker/mipsel-unknown-linux-musl/Dockerfile
+++ b/ci/docker/mipsel-unknown-linux-musl/Dockerfile
@@ -8,7 +8,7 @@ RUN mkdir /toolchain
# Note that this originally came from:
# https://downloads.openwrt.org/snapshots/trunk/malta/generic/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2
-RUN curl --retry 5 -L https://s3-us-west-1.amazonaws.com/rust-lang-ci2/libc/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
+RUN curl --retry 5 -L https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/libc/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
tar xjf - -C /toolchain --strip-components=2
ENV PATH=$PATH:/rust/bin:/toolchain/bin \