Skip to content

Commit 591bbc7

Browse files
committed
Revert Rust to 1.74.1.
This is the last version that includes MIPS targets as tier 2.
1 parent 4fa9e6e commit 591bbc7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ build-armv7-unknown-linux-musleabihf:
2222
cross build --target armv7-unknown-linux-musleabihf --release
2323

2424
build-mips-unknown-linux-musl:
25-
# mips is a tier-3 target.
26-
rustup +nightly component add rust-src
27-
cross +nightly build -Z build-std=panic_abort,std --target mips-unknown-linux-musl --release --no-default-features --features semtech_udp
25+
cross build --target mips-unknown-linux-musl --release --no-default-features --features semtech_udp
2826

2927
build-mipsel-unknown-linux-musl:
30-
# mipsel is a tier-3 target.
31-
rustup +nightly component add rust-src
32-
cross +nightly build -Z build-std=panic_abort,std --target mipsel-unknown-linux-musl --release --no-default-features --features semtech_udp
28+
cross build --target mipsel-unknown-linux-musl --release --no-default-features --features semtech_udp
3329

3430
# Build distributable binaries for all targets.
3531
dist: \

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.76.0"
2+
channel = "1.74.1"
33
components = ["rustfmt", "clippy"]
44
profile = "default"

0 commit comments

Comments
 (0)