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
8
8
9
9
# Note that this originally came from:
10
10
# 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 | \
12
12
tar xjf - -C /toolchain --strip-components=1
13
13
14
14
ENV 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
8
8
9
9
# Note that this originally came from:
10
10
# 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 | \
12
12
tar xjf - -C /toolchain --strip-components=2
13
13
14
14
ENV PATH=$PATH:/rust/bin:/toolchain/bin \
Original file line number Diff line number Diff line change 5
5
6
6
set -ex
7
7
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"
9
9
10
10
TARGET=" ${1} "
11
11
You can’t perform that action at this time.
0 commit comments