Skip to content

Commit 5d836b1

Browse files
pietroalbinignzlbg
authored andcommitted
ci: switch mirrors to use our CDN
We recently added a CDN in front of our CI mirrors as it's faster and cheaper for us. This switches libc's CI to use it instead of accessing the underlying bucket directly.
1 parent 16a8911 commit 5d836b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/mipsel-unknown-linux-musl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ RUN mkdir /toolchain
1616

1717
# Note that this originally came from:
1818
# 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
19-
RUN curl -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 | \
19+
RUN curl -L https://ci-mirrors.rust-lang.org/libc/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
2020
tar xjf - -C /toolchain --strip-components=2
2121

2222
ENV PATH=$PATH:/rust/bin:/toolchain/bin \
2323
CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
2424
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_LINKER=mipsel-openwrt-linux-gcc \
25-
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUNNER="qemu-mipsel -L /toolchain"
25+
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUNNER="qemu-mipsel -L /toolchain"

0 commit comments

Comments
 (0)