File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ environment:
27
27
28
28
# MSVC aux tests
29
29
- MSYS_BITS : 64
30
- RUST_CHECK_TARGET : check-aux AUX_ARGS="--exclude src/tools/cargotest --exclude src/tools/cargo"
30
+ RUST_CHECK_TARGET : check-aux EXCLUDE_CARGO=1
31
31
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
32
32
- MSYS_BITS : 64
33
33
SCRIPT : python x.py test src/tools/cargotest src/tools/cargo
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Q := @
16
16
BOOTSTRAP_ARGS :=
17
17
endif
18
18
19
+ ifdef EXCLUDE_CARGO
20
+ AUX_ARGS := src/tools/cargo src/tools/cargotest
21
+ else
22
+ AUX_ARGS :=
23
+ endif
24
+
19
25
BOOTSTRAP := $(CFG_PYTHON ) $(CFG_SRC_DIR ) src/bootstrap/bootstrap.py
20
26
21
27
all :
52
58
$(Q )$(BOOTSTRAP ) test $(BOOTSTRAP_ARGS )
53
59
check-aux :
54
60
$(Q )$(BOOTSTRAP ) test \
55
- src/tools/cargo \
56
- src/tools/cargotest \
57
61
src/test/pretty \
58
62
src/test/run-pass/pretty \
59
63
src/test/run-fail/pretty \
You can’t perform that action at this time.
0 commit comments