mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
rust: Upgrade to nightly build from today
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user