⚡ Use release SDKs in joint wheel builds - #464
Open
burgholzer wants to merge 9 commits into
Open
burgholzer wants to merge 9 commits into
burgholzer wants to merge 9 commits into
Conversation
Assisted-by: GPT-6 via Codex
Allow release consumers to select the SDK Xcode version and retain the default runner compiler for other wheel builds. Assisted-by: GPT-6 via Codex
Native SDK archives no longer require exact Xcode selection. Assisted-by: GPT-6
Let release consumers select one ABI without artifact or concurrency collisions, keeping each PGO pipeline within the five-hour job budget. Use the refreshed assertion-selection action with its compatible manifest. Assisted-by: Codex
burgholzer
force-pushed
the
codex/optimized-wheel-builds
branch
from
September 12, 2026 13:47
b2d9694 to
6a46548
Compare
Keep the exact dependency commits while setup-mlir PR 255 awaits release. Limit the stale-tag audit exception to those nine pins and remove it when a released action includes assertion selection. Assisted-by: Codex
Keep the project selectors when no ABI is requested. A direct environment value avoids writing caller-controlled text to GITHUB_ENV. Assisted-by: Codex
Keep assertion selection and ABI isolation in wheel packaging. Remove unused options from ordinary CI workflows. Assisted-by: Codex
Use the setup-mlir revision that selects the complete 2026.09.14 SDK release. The immutable prior release cannot receive assertion-free companion archives. Assisted-by: Codex
Use cibuildwheel's normal ABI handling and runner timeout. Keep the assertion selector and standard compiler cache setup, and update the installer dependency to its conflict-free head. Assisted-by: Codex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 AI text below 🤖
Allow wheel jobs to select assertion-free MLIR SDKs while retaining assertions by default. Use standard compiler-cache setup and one cibuildwheel invocation per platform; cibuildwheel handles the configured Python ABIs.
Pin the updated setup-mlir #255 dependency until its release. Validation: repository hooks, workflow schemas, and zizmor pass locally; all hosted checks pass.
AI assistance: implemented and checked with Codex.