File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 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:
2222 cross build --target armv7-unknown-linux-musleabihf --release
2323
2424build-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
2628
2729build-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
2933
3034# Build distributable binaries for all targets.
3135dist : \
You can’t perform that action at this time.
0 commit comments