fix the panic error for riscv64 (#1123)

* fix the panic error for riscv64
This commit is contained in:
linfeng
2025-04-02 13:49:57 +08:00
committed by GitHub
parent 03015e2559
commit 91cc4adba9
15 changed files with 159 additions and 79 deletions

View File

@ -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