about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-03-03 20:14:16 +0100
committerNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-03-03 20:15:25 +0100
commitb5562c04e73590c8eefa67400aba022ff7b61f25 (patch)
tree735638de0264602932a819cf0c43c1346b2a55fe /src/ci/github-actions
parent81d8edc2000aa38b08ad09fce22d90f1990b6459 (diff)
downloadrust-b5562c04e73590c8eefa67400aba022ff7b61f25.tar.gz
rust-b5562c04e73590c8eefa67400aba022ff7b61f25.zip
Remove i586-pc-windows-msvc
See MCP 840.

I left a specialized error message that should help users that hit this
in the wild (for example, because they use it in their CI).
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index bbcc01a0c29..aff374654dc 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -591,7 +591,7 @@ auto:
       RUST_CONFIGURE_ARGS: >-
         --build=i686-pc-windows-msvc
         --host=i686-pc-windows-msvc
-        --target=i686-pc-windows-msvc,i586-pc-windows-msvc
+        --target=i686-pc-windows-msvc
         --enable-full-tools
         --enable-profiler
       SCRIPT: python x.py dist bootstrap --include-default-paths