File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,14 @@ 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
- cross build --target mips-unknown-linux-musl --release --no-default-features --features semtech_udp
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
26
28
27
29
build-mipsel-unknown-linux-musl :
28
- cross build --target mipsel-unknown-linux-musl --release --no-default-features --features semtech_udp
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
29
33
30
34
# Build distributable binaries for all targets.
31
35
dist : \
You can’t perform that action at this time.
0 commit comments