diff options
| author | Noratrieb <48135649+Noratrieb@users.noreply.github.com> | 2025-03-01 22:21:26 +0100 |
|---|---|---|
| committer | Noratrieb <48135649+Noratrieb@users.noreply.github.com> | 2025-04-02 21:40:58 +0200 |
| commit | 6a1f57d095d3f6236b737655182cffb34cbf1ae2 (patch) | |
| tree | 2305ed42299b113b1b4f9c01b6a7508e99912f57 /src/bootstrap/mk | |
| parent | 4f0de4c81d80121ac7b576bc68d8016064f4d261 (diff) | |
| download | rust-6a1f57d095d3f6236b737655182cffb34cbf1ae2.tar.gz rust-6a1f57d095d3f6236b737655182cffb34cbf1ae2.zip | |
Demote i686-pc-windows-gnu to Tier 2
In accordance with RFC 3771. I also added a stub doc page for the target and renamed the windows-gnullvm page for consistency.
Diffstat (limited to 'src/bootstrap/mk')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 6cb0b19d763..605f54d1d7f 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -120,10 +120,6 @@ ci-msvc: ci-msvc-py ci-msvc-ps1 # Set of tests that should represent half of the time of the test suite. # Used to split tests across multiple CI runners. # Test both x and bootstrap entrypoints. -ci-mingw-x-1: - $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(SKIP_COMPILER) $(TEST_SET2) -ci-mingw-x-2: - $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(SKIP_SRC) $(TEST_SET2) ci-mingw-x: $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TEST_SET1) ci-mingw-bootstrap: |
