Skip to content

Commit aa90b97

Browse files
committed
Use latest nightly for MIPS builds.
As MIPS is a tier-3 target, we must use the nightly toolchain for building the MIPS binaries. This updates the nightly toolchain to the latest versionl.
1 parent ca0f5d7 commit aa90b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ build-x86_64-unknown-linux-musl:
2020

2121
build-mipsel-unknown-linux-musl:
2222
# mipsel is a tier-3 target.
23-
rustup toolchain add nightly-2025-02-14-x86_64-unknown-linux-gnu
24-
cross +nightly-2025-02-14 build -Z build-std=std --target mipsel-unknown-linux-musl --release
23+
rustup toolchain add nightly-2025-10-22-x86_64-unknown-linux-gnu
24+
cross +nightly-2025-10-22 build -Z build-std=std --target mipsel-unknown-linux-musl --release
2525

2626
# Build distributable binaries for all targets.
2727
dist: dist-aarch64-unknown-linux-musl \

0 commit comments

Comments
 (0)