File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ environment:
2727
2828 # MSVC aux tests
2929 - 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
3131 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
3232 - MSYS_BITS : 64
3333 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 := @
1616BOOTSTRAP_ARGS :=
1717endif
1818
19+ ifdef EXCLUDE_CARGO
20+ AUX_ARGS := src/tools/cargo src/tools/cargotest
21+ else
22+ AUX_ARGS :=
23+ endif
24+
1925BOOTSTRAP := $(CFG_PYTHON ) $(CFG_SRC_DIR ) src/bootstrap/bootstrap.py
2026
2127all :
5258 $(Q )$(BOOTSTRAP ) test $(BOOTSTRAP_ARGS )
5359check-aux :
5460 $(Q )$(BOOTSTRAP ) test \
55- src/tools/cargo \
56- src/tools/cargotest \
5761 src/test/pretty \
5862 src/test/run-pass/pretty \
5963 src/test/run-fail/pretty \
You can’t perform that action at this time.
0 commit comments