⚡ Cache wheel builds and select optimized MLIR - #464
Open
burgholzer wants to merge 2 commits into
Open
Conversation
Assisted-by: GPT-6 via Codex
This was referenced Sep 8, 2026
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
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 🤖
Description
Expose
mlir-assertionsin workflows that install MLIR, retaining the current assertion-enabled default. Pin munich-quantum-software/setup-mlir#255 so consumers can explicitly request the optimized SDK from munich-quantum-software/portable-mlir-toolchain#94.Use the existing sccache action and GitHub cache policy for cibuildwheel: main writes, other refs read only. Linux projects must install sccache inside their build container and forward the documented cache environment variables with cibuildwheel
environment-pass; munich-quantum-toolkit/core#2476 supplies this forwarding and exercises the supported matrix.Wheel builds also accept an optional
xcode-version. Core CD selects Xcode 26.6 to match the macOS LTO SDK; callers that omit it keep the runner default. Linux image alignment and BOLT profiling/repair belong to the SDK and consuming project configuration.Validation: all pre-commit checks pass, including workflow schemas and zizmor. Cross-platform execution awaits the companion Core PR and publication of the new SDK archives.
AI assistance: implemented and checked with Codex.
Checklist
If PR contains AI-assisted content:
🤖 *AI text below* 🤖(titles are exempt).