Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit af88c8d

Browse files
committed
Auto merge of rust-lang#138100 - marcoieni:fix-mingw-tests, r=<try>
ci: fix i686-mingw test coverage try-job: i686-mingw-1 try-job: i686-mingw-2 try-job: i686-mingw-3
2 parents 30f168e + 2eb993e commit af88c8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ ci-mingw-x:
126126
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TEST_SET1)
127127
ci-mingw-bootstrap:
128128
$(Q)$(BOOTSTRAP) test --stage 2 $(TEST_SET2)
129+
ci-mingw-bootstrap-2:
130+
$(Q)$(BOOTSTRAP) test --stage 2 $(TEST_SET1)
129131
ci-mingw: ci-mingw-x ci-mingw-bootstrap
130132

131133
.PHONY: dist

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ auto:
550550
- name: i686-mingw-3
551551
env:
552552
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
553-
SCRIPT: make ci-mingw-bootstrap
553+
SCRIPT: make ci-mingw-bootstrap-2
554554
# There is no dist-i686-mingw-alt, so there is no prebuilt LLVM with assertions
555555
NO_DOWNLOAD_CI_LLVM: 1
556556
<<: *job-windows-25

0 commit comments

Comments
 (0)