File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,4 +128,8 @@ ci-mingw-bootstrap:
128128 $(Q )$(BOOTSTRAP ) test --stage 2 $(TEST_SET2 )
129129ci-mingw : ci-mingw-x ci-mingw-bootstrap
130130
131+ ci-test :
132+ $(Q)$(BOOTSTRAP) build --stage 1 --target i686-pc-windows-msvc
133+ $(Q)$(CFG_SRC_DIR)/build/host/stage1/bin/rustc --edition=2024 --target i686-pc-windows-msvc test.rs
134+
131135.PHONY : dist
Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ auto:
720720 --target=i686-pc-windows-msvc
721721 --enable-full-tools
722722 --enable-profiler
723- SCRIPT : python x.py dist bootstrap --include-default-paths
723+ SCRIPT : make ci-test
724724 DIST_REQUIRE_ALL_TOOLS : 1
725725 CODEGEN_BACKENDS : llvm,cranelift
726726 << : *job-windows
Original file line number Diff line number Diff line change 1+ #![ deny( missing_debug_implementations) ]
2+ pub struct Foo ;
3+ fn main ( ) { }
You can’t perform that action at this time.
0 commit comments