⚡ Expose assertion-free MLIR toolchains - #255
Open
burgholzer wants to merge 4 commits into
Open
burgholzer wants to merge 4 commits into
burgholzer wants to merge 4 commits into
Conversation
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:
|
burgholzer
force-pushed
the
codex/optimized-release-toolchain
branch
from
September 8, 2026 21:17
995b7a1 to
dae31ad
Compare
Preserve the single-entry version manifest used by older pinned actions. Derive the companion archive name and separate its cache directory while keeping assertion-enabled installation as the default. Assisted-by: Codex
burgholzer
force-pushed
the
codex/optimized-release-toolchain
branch
from
September 12, 2026 13:35
17104a9 to
0196974
Compare
Remove the experimental variant description now that release consumers use native assertion-free SDK archives. Assisted-by: Codex
Select the upcoming 2026.09.14 SDK release, which contains both assertion modes. The previous release is immutable and cannot receive companion archives. Publish the SDK release before merging this manifest update. Assisted-by: Codex
Regenerate distribution files with main's updated lockfile and align the LLVM 23.1.1 manifest with the prepared 2026.09.15 SDK release. 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 🤖
Add an
assertionsinput to the action and-a ON|OFFto both installers. Assertions remain enabled by default. Assertion-free SDKs use the_noassertcompanion archive and a separate cache entry.Resolve the conflict with main by regenerating the bundled action from the updated lockfile. LLVM 23.1.1 manifest entries point to the SDK release prepared for
2026.09.15; merge this manifest after that release is published through the SDK's normal workflow.Validation: all 24 tests, regenerated distribution checks, and repository hooks pass locally. All hosted checks pass on the updated head.
AI assistance: implemented and checked with Codex.