Skip to content

Commit

Permalink
Update the mips-unknown-linux-musl CI toolchain.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sunfishcode committed Jan 24, 2022
1 parent cafba83 commit 7015ee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/docker/mips-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

RUN mkdir /toolchain

# Linux kernel version: 4.14.151
# See build_dir/target-mips_24kc_musl/linux-ar71xx_generic/linux-4.14.151
# Linux kernel version: 5.4.154
# See build_dir/target-mips_24kc_musl/linux-ath79_generic/linux-5.4.154
# Musl version: 1.1.24
# See staging_dir/toolchain-mips_24kc_gcc-7.4.0_musl/info.mk
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 | \
# See staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/info.mk
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 | \
tar xJf - -C /toolchain --strip-components=1

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

0 comments on commit 7015ee9

Please sign in to comment.