Skip to content

ci: add msvc-x86 (32-bit) build leg#120

Merged
Admnwk merged 1 commit into
FiveTechSoft:mainfrom
Admnwk:ci/add-x86-msvc-leg
Jun 26, 2026
Merged

ci: add msvc-x86 (32-bit) build leg#120
Admnwk merged 1 commit into
FiveTechSoft:mainfrom
Admnwk:ci/add-x86-msvc-leg

Conversation

@Admnwk

@Admnwk Admnwk commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

CI only builds x64, so x86-only breakage slips through unnoticed:

Many deployments still ship 32-bit, and FiveTech publishes an x86 release. This adds a windows-2022 / msvc-x86 leg to the CI matrix so 32-bit breakage is caught on every PR, not only at release-tag time.

Note

Depends on PR #119 (fixes the current x86 breakage). Merge #119 first, or this leg will be red until it lands — that's the point: it would have caught #119's issues automatically.

🤖 Generated with Claude Code

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

CI only built x64, so x86-only breakage slipped past (e.g. the ODBC
driver C2733/C4100, and uint64->size_t narrowing C4244/C2220 under
/WX that only fires on 32-bit). Many deployments still ship x86, so
add a windows-2022 / msvc-x86 leg to the matrix to catch it going
forward.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Admnwk Admnwk force-pushed the ci/add-x86-msvc-leg branch from 36d653d to fdc44cf Compare June 26, 2026 17:40
@Admnwk Admnwk merged commit e31cbe9 into FiveTechSoft:main Jun 26, 2026
6 checks passed
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.

1 participant