File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
mipsel-unknown-linux-musl Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir /toolchain
88
99# Note that this originally came from:
1010# https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2
11- RUN curl --retry 5 -L https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /libc/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
11+ RUN curl --retry 5 -L https://ci-mirrors.rust-lang.org /libc/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
1212 tar xjf - -C /toolchain --strip-components=1
1313
1414ENV PATH=$PATH:/rust/bin:/toolchain/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.15/bin \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir /toolchain
88
99# Note that this originally came from:
1010# 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
11- 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 | \
11+ RUN curl --retry 5 -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 | \
1212 tar xjf - -C /toolchain --strip-components=2
1313
1414ENV PATH=$PATH:/rust/bin:/toolchain/bin \
Original file line number Diff line number Diff line change 55
66set -ex
77
8- MIRRORS_URL=" https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /libc"
8+ MIRRORS_URL=" https://ci-mirrors.rust-lang.org /libc"
99
1010TARGET=" ${1} "
1111
You can’t perform that action at this time.
0 commit comments