mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
fix: build-scripts和tools目录下的make check指定工具链版本 (#861)
This commit is contained in:
parent
1ea2daad81
commit
79ad6e5ba4
1
build-scripts/.gitignore
vendored
Normal file
1
build-scripts/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/target/
|
@ -4,3 +4,5 @@ fmt:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@cargo clean
|
@cargo clean
|
||||||
|
check:
|
||||||
|
@cargo +nightly-2023-08-15 check --workspace $(CARGO_ZBUILD) --message-format=json
|
||||||
|
@ -6,4 +6,4 @@ clean:
|
|||||||
@cargo clean
|
@cargo clean
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@cargo check --all
|
@cargo +nightly-2023-08-15 check --workspace --message-format=json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user