File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ci/docker/mips-unknown-linux-musl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ RUN curl --retry 5 -L https://downloads.openwrt.org/releases/21.02.1/targets/ath
15
15
16
16
# See https://lkml.org/lkml/2014/3/14/269
17
17
COPY sysinfo_guard.patch /toolchain
18
- RUN patch /toolchain/staging_dir/toolchain-mips_24kc_gcc-7 .4.0_musl/include/linux/kernel.h </toolchain/sysinfo_guard.patch
18
+ RUN patch /toolchain/staging_dir/toolchain-mips_24kc_gcc-8 .4.0_musl/include/linux/kernel.h </toolchain/sysinfo_guard.patch
19
19
20
- ENV PATH=$PATH:/rust/bin:/toolchain/staging_dir/toolchain-mips_24kc_gcc-7 .4.0_musl/bin \
20
+ ENV PATH=$PATH:/rust/bin:/toolchain/staging_dir/toolchain-mips_24kc_gcc-8 .4.0_musl/bin \
21
21
STAGING_DIR=/toolchain/staging_dir \
22
22
CC_mips_unknown_linux_musl=mips-openwrt-linux-musl-gcc \
23
23
CARGO_TARGET_MIPS_UNKNOWN_LINUX_MUSL_LINKER=mips-openwrt-linux-musl-gcc \
24
- CARGO_TARGET_MIPS_UNKNOWN_LINUX_MUSL_RUNNER="qemu-mips -L /toolchain/staging_dir/toolchain-mips_24kc_gcc-7 .4.0_musl"
24
+ CARGO_TARGET_MIPS_UNKNOWN_LINUX_MUSL_RUNNER="qemu-mips -L /toolchain/staging_dir/toolchain-mips_24kc_gcc-8 .4.0_musl"
You can’t perform that action at this time.
0 commit comments