Skip to content

CI: skip 32-bit Windows wheel builds#916

Open
mykaul wants to merge 1 commit into
masterfrom
fix/skip-win32-wheels
Open

CI: skip 32-bit Windows wheel builds#916
mykaul wants to merge 1 commit into
masterfrom
fix/skip-win32-wheels

Conversation

@mykaul

@mykaul mykaul commented Jun 29, 2026

Copy link
Copy Markdown

The *i686 skip pattern in cibuildwheel config only matches Linux 32-bit identifiers (e.g. cp310-manylinux_i686), not Windows 32-bit which uses win32 (e.g. cp310-win32). Add *win32 to skip 32-bit Windows builds, which fail because:

  • c_shard_info.c uses __uint128_t (GCC extension, unsupported by MSVC)
  • cryptography test dependency fails to build for i686-pc-windows-msvc due to missing OpenSSL

The *i686 skip pattern in cibuildwheel config matches only Linux
32-bit identifiers (e.g. cp310-manylinux_i686), not Windows 32-bit
(which uses win32, e.g. cp310-win32). Add *win32 to skip 32-bit
Windows builds, which fail because:
- c_shard_info.c uses __uint128_t (GCC extension, unsupported by MSVC)
- cryptography test dependency fails to build for i686-pc-windows-msvc
  due to missing OpenSSL
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7d6882da-7e89-49f3-8ad9-07836b990e97

📥 Commits

Reviewing files that changed from the base of the PR and between c1bfd54 and b4d500f.

📒 Files selected for processing (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

The pyproject.toml file's [tool.cibuildwheel] skip list is extended by adding the *win32 pattern, which instructs cibuildwheel to exclude Win32 wheel builds from the CI build matrix.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the change and rationale, but it omits the required checklist/template sections. Add the template checklist sections and fill in items like tests, docs, commit structure, compile/static checks, and any Fixes annotations.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states the main change: skipping 32-bit Windows wheel builds in CI.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Lorak-mmk

Copy link
Copy Markdown

Is it a fix for #906 ?

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