mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
只对x86_64进行clippy check (#651)
This commit is contained in:
@ -26,7 +26,10 @@ clean:
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
@cargo fmt --all $(FMT_CHECK)
|
||||
ifeq ($(ARCH), x86_64)
|
||||
@cargo clippy --all-features
|
||||
endif
|
||||
|
||||
|
||||
.PHONY: check
|
||||
check: ECHO
|
||||
|
Reference in New Issue
Block a user