mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 23:43:24 +00:00
fix the panic error for riscv64 (#1123)
* fix the panic error for riscv64
This commit is contained in:
@ -26,7 +26,7 @@ clean:
|
||||
fmt:
|
||||
RUSTFLAGS="$(RUSTFLAGS)" cargo fmt --all $(FMT_CHECK)
|
||||
ifeq ($(ARCH), x86_64)
|
||||
RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 clippy --all-features
|
||||
RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 clippy --all-features --target x86_64-unknown-none
|
||||
endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user