Skip to content

ci: remove i686-pc-windows-gnu - #622

Merged
bootandy merged 1 commit into
masterfrom
build
Sep 9, 2026
Merged

bootandy merged 1 commit into
masterfrom
build

Conversation

@bootandy

@bootandy bootandy commented Sep 9, 2026

Copy link
Copy Markdown
Owner

build was failing:
rustup toolchain install stable-i686-pc-windows-gnu Run rustup toolchain install stable-i686-pc-windows-gnu --target i686-pc-windows-gnu --profile minimal --no-self-update
error: toolchain 'stable-i686-pc-windows-gnu' may not be able to run on this system
note: to build software for that platform, try rustup target add i686-pc-windows-gnu instead
note: add the --force-non-host flag to install the toolchain anyway
Error: Process completed with exit code 1.

an i686 windows gnu is a weird combination, so I don't think we'll miss this

build was failing:
rustup toolchain install stable-i686-pc-windows-gnu
Run rustup toolchain install stable-i686-pc-windows-gnu --target i686-pc-windows-gnu --profile minimal --no-self-update
  error: toolchain 'stable-i686-pc-windows-gnu' may not be able to run on this system
  note: to build software for that platform, try `rustup target add i686-pc-windows-gnu` instead
  note: add the `--force-non-host` flag to install the toolchain anyway
  Error: Process completed with exit code 1.

an i686 windows gnu is a weird combination, so I don't think we'll miss
this
@bootandy
bootandy marked this pull request as ready for review September 9, 2026 21:55
@bootandy
bootandy merged commit 36dd909 into master Sep 9, 2026
36 checks passed
@bootandy
bootandy deleted the build branch September 9, 2026 22:05
@mati865

mati865 commented Sep 17, 2026

Copy link
Copy Markdown

All i686 Windows host tools are phased out on nightly. To produce 32-bit Windows binaries, be it i686-pc-windows-gnu, i686-pc-windows-gnullvm, or i686-pc-windows-msvc, you must cross-compile them from a supported host toolchain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants