⚡ Expose assertion-free MLIR toolchains - #255
Open
burgholzer wants to merge 2 commits into
Open
Conversation
Keep assertion-enabled defaults and isolate SDK cache variants. Assisted-by: GPT-6 via Codex
This was referenced Sep 8, 2026
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #255 +/- ##
==========================================
- Coverage 88.71% 88.44% -0.28%
==========================================
Files 7 7
Lines 390 398 +8
Branches 94 100 +6
==========================================
+ Hits 346 352 +6
- Misses 44 46 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Describe the matched Linux images and Xcode needed for LTO archives. Assisted-by: GPT-6 via Codex
burgholzer
force-pushed
the
codex/optimized-release-toolchain
branch
from
September 8, 2026 21:17
995b7a1 to
dae31ad
Compare
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 🤖
Adds
assertions: falseto select the optimized Release archives from munich-quantum-software/portable-mlir-toolchain#94. Existing callers and legacy manifest entries retain assertions; unavailable variants fail explicitly. Debug and assertion-free toolchains use distinct cache directories.The manifest generator recognizes both archive variants. Standalone installers expose
-a OFF(Bash) and-no_assertions(PowerShell).Validation: 10 focused manifest, selection, fallback, and input-validation tests pass; TypeScript checking, regenerated action bundles, Bash syntax checking, and all pre-commit checks pass. PowerShell execution and downloads of the new archives await hosted validation and publication of the toolchain artifacts.
The README documents the compiler requirements of Linux/macOS LTO SDKs: matching manylinux image digests and Xcode 26.6. Windows SDKs retain native archives.
Depends on munich-quantum-software/portable-mlir-toolchain#94 and publication of its assertion-free archives.
Consumers: munich-quantum-toolkit/workflows#464 and munich-quantum-toolkit/core#2476.