Skip to content

Claude/ci windows target fix - #1338

Merged
roderickvd merged 2 commits into
RustAudio:masterfrom
ErwanLegrand:claude/ci-windows-target-qgf2al
Aug 23, 2026
Merged

Claude/ci windows target fix#1338
roderickvd merged 2 commits into
RustAudio:masterfrom
ErwanLegrand:claude/ci-windows-target-qgf2al

Conversation

@ErwanLegrand

Copy link
Copy Markdown
Contributor

Support Windows on both x86 and x64 in CI.

The windows job takes a target per matrix arm, exports it as TARGET and
installs it for both toolchains, but no cargo invocation passed
--target. Every step therefore built and tested the host triple, so the
i686 arm silently duplicated the x64 one and 32-bit Windows was never
covered.
The clippy matrix only covered x86_64-pc-windows-msvc, so i686 built in
the platform workflow without ever being linted under -D warnings.

Name the two arms Windows-x64 and Windows-x86, matching the x64/x86
vocabulary platforms.yml already uses for the same two targets. This
renames the existing clippy-Windows check.
@ErwanLegrand ErwanLegrand changed the title Claude/ci windows target qgf2al Claude/ci windows target fix Aug 22, 2026
@roderickvd

Copy link
Copy Markdown
Member

LGTM, thanks!

@roderickvd
roderickvd merged commit e7315d8 into RustAudio:master Aug 23, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants