Skip to content

Commit

Permalink
Update rust nightly for mips(el) builds.
Browse files Browse the repository at this point in the history
serde would not build using the older version. When using the latest
nightly (today), there is an other build issue.
  • Loading branch information
brocaar committed Aug 15, 2024
1 parent 844db4f commit ca3ebf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ build-armv7-unknown-linux-musleabihf:

build-mips-unknown-linux-musl:
# mips is a tier-3 target.
rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mips-unknown-linux-musl --release
rustup toolchain add nightly-2024-05-17-x86_64-unknown-linux-gnu
cross +nightly-2024-05-17 build -Z build-std=panic_abort,std --target mips-unknown-linux-musl --release

build-mipsel-unknown-linux-musl:
# mipsel is a tier-3 target.
rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mipsel-unknown-linux-musl --release
rustup toolchain add nightly-2024-05-17-x86_64-unknown-linux-gnu
cross +nightly-2024-05-17 build -Z build-std=panic_abort,std --target mipsel-unknown-linux-musl --release

# Build distributable binaries for all targets.
dist: \
Expand Down

0 comments on commit ca3ebf1

Please sign in to comment.