File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,10 @@ build-armv7-unknown-linux-musleabihf:
22
22
cross build --target armv7-unknown-linux-musleabihf --release
23
23
24
24
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
28
26
29
27
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
33
29
34
30
# Build distributable binaries for all targets.
35
31
dist : \
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.76.0 "
2
+ channel = " 1.74.1 "
3
3
components = [" rustfmt" , " clippy" ]
4
4
profile = " default"
You can’t perform that action at this time.
0 commit comments