File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ build-armv7-unknown-linux-musleabihf:
23
23
24
24
build-mips-unknown-linux-musl :
25
25
# mips is a tier-3 target.
26
- # rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
26
+ rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
27
27
cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mips-unknown-linux-musl --release --no-default-features --features semtech_udp
28
28
29
29
build-mipsel-unknown-linux-musl :
30
30
# mipsel is a tier-3 target.
31
- # rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
31
+ rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
32
32
cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mipsel-unknown-linux-musl --release --no-default-features --features semtech_udp
33
33
34
34
# Build distributable binaries for all targets.
You can’t perform that action at this time.
0 commit comments