Skip to content

Commit 3e8e2cb

Browse files
fslongjinBrahmaMantra
authored andcommitted
fix: build-scripts和tools目录下的make check指定工具链版本 (DragonOS-Community#861)
1 parent cc1beb5 commit 3e8e2cb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

build-scripts/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

build-scripts/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ fmt:
44

55
clean:
66
@cargo clean
7+
check:
8+
@cargo +nightly-2023-08-15 check --workspace $(CARGO_ZBUILD) --message-format=json

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ clean:
66
@cargo clean
77

88
check:
9-
@cargo check --all
9+
@cargo +nightly-2023-08-15 check --workspace --message-format=json

0 commit comments

Comments
 (0)