fix: build-scripts和tools目录下的make check指定工具链版本 (#861)

This commit is contained in:
LoGin 2024-07-22 23:00:37 +08:00 committed by GitHub
parent 1ea2daad81
commit 79ad6e5ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

1
build-scripts/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

View File

@ -4,3 +4,5 @@ fmt:
clean: clean:
@cargo clean @cargo clean
check:
@cargo +nightly-2023-08-15 check --workspace $(CARGO_ZBUILD) --message-format=json

View File

@ -6,4 +6,4 @@ clean:
@cargo clean @cargo clean
check: check:
@cargo check --all @cargo +nightly-2023-08-15 check --workspace --message-format=json