We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30f168e + 2eb993e commit af88c8dCopy full SHA for af88c8d
src/bootstrap/mk/Makefile.in
@@ -126,6 +126,8 @@ ci-mingw-x:
126
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TEST_SET1)
127
ci-mingw-bootstrap:
128
$(Q)$(BOOTSTRAP) test --stage 2 $(TEST_SET2)
129
+ci-mingw-bootstrap-2:
130
+ $(Q)$(BOOTSTRAP) test --stage 2 $(TEST_SET1)
131
ci-mingw: ci-mingw-x ci-mingw-bootstrap
132
133
.PHONY: dist
src/ci/github-actions/jobs.yml
@@ -550,7 +550,7 @@ auto:
550
- name: i686-mingw-3
551
env:
552
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
553
- SCRIPT: make ci-mingw-bootstrap
+ SCRIPT: make ci-mingw-bootstrap-2
554
# There is no dist-i686-mingw-alt, so there is no prebuilt LLVM with assertions
555
NO_DOWNLOAD_CI_LLVM: 1
556
<<: *job-windows-25
0 commit comments