Skip to content

Commit aa194ec

Browse files
committed
Use mirror until the original gets back
1 parent 2b1e6a1 commit aa194ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN mkdir /toolchain
1010
# See build_dir/target-mips_24kc_musl/linux-ar71xx_generic/linux-4.14.151
1111
# Musl version: 1.1.24
1212
# See staging_dir/toolchain-mips_24kc_gcc-7.4.0_musl/info.mk
13-
RUN curl --retry 5 -L https://downloads.openwrt.org/releases/19.07.0-rc1/targets/ar71xx/generic/openwrt-sdk-19.07.0-rc1-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
13+
# FIXME: Use mirror until the original gets back.
14+
RUN curl --retry 5 -L https://rap.mirror.cyberbits.eu/openwrt/releases/19.07.0-rc1/targets/ar71xx/generic/openwrt-sdk-19.07.0-rc1-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
1415
tar xJf - -C /toolchain --strip-components=1
1516

1617
# See https://lkml.org/lkml/2014/3/14/269

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN mkdir /toolchain
1010
# See build_dir/target-mipsel_mips32_musl/linux-brcm47xx_generic/linux-4.14.151
1111
# Musl version: 1.1.24
1212
# See staging_dir/toolchain-mipsel_mips32_gcc-7.4.0_musl/info.mk
13-
RUN curl --retry 5 -L https://downloads.openwrt.org/releases/19.07.0-rc1/targets/brcm47xx/generic/openwrt-sdk-19.07.0-rc1-brcm47xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
13+
# FIXME: Use mirror until the original gets back.
14+
RUN curl --retry 5 -L https://rap.mirror.cyberbits.eu/openwrt/releases/19.07.0-rc1/targets/ar71xx/generic/openwrt-sdk-19.07.0-rc1-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
1415
tar xJf - -C /toolchain --strip-components=1
1516

1617
# See https://lkml.org/lkml/2014/3/14/269

0 commit comments

Comments
 (0)