Skip to content

Commit 7015ee9

Browse files
committed
Update the mips-unknown-linux-musl CI toolchain.
Update the mips-unknown-linux-musl CI toolchain to openwrt-sdk-21.02.1, as suggested [here]. This also switches from ar71xx to ath79, since [ar71xx is now deprecated] and ath79 is the replacement. [here]: #2633 (comment) [ar71xx is now deprecated]: https://openwrt.org/docs/techref/targets/ar71xx
1 parent cafba83 commit 7015ee9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66

77
RUN mkdir /toolchain
88

9-
# Linux kernel version: 4.14.151
10-
# See build_dir/target-mips_24kc_musl/linux-ar71xx_generic/linux-4.14.151
9+
# Linux kernel version: 5.4.154
10+
# See build_dir/target-mips_24kc_musl/linux-ath79_generic/linux-5.4.154
1111
# Musl version: 1.1.24
12-
# 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 | \
12+
# See staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/info.mk
13+
RUN curl --retry 5 -L https://downloads.openwrt.org/releases/21.02.1/targets/ath79/generic/openwrt-sdk-21.02.1-ath79-generic_gcc-8.4.0_musl.Linux-x86_64.tar.xz | \
1414
tar xJf - -C /toolchain --strip-components=1
1515

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

0 commit comments

Comments
 (0)