rust: Upgrade to nightly build from today

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-01-28 15:15:54 +00:00
parent 5352e92361
commit f50da967e8
5 changed files with 147 additions and 125 deletions

View File

@@ -152,6 +152,14 @@ ifeq "$(BUILD_ARCH)" "aarch64"
endif
# Rust
RUST_ARCH = $(BUILD_ARCH)
ifeq "$(BUILD_ARCH)" "armv6l"
RUST_PLATFORM = arm-unknown-linux-gnueabi
else
RUST_PLATFORM = $(RUST_ARCH)-unknown-linux-gnu
endif
CARGO_PATH = $(DIR_APP)/.cargo
CARGO_REGISTRY = /usr/share/cargo/registry