-
-
Notifications
You must be signed in to change notification settings - Fork 47
👷 Update setup-mlir version
#1360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughUpdated the MLIR setup step in the reusable CI workflow to use a newer external action version ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
70f41b3 to
115733d
Compare
2aef079 to
6a6e591
Compare
setup-mlirsetup-mlir version
|
I guess we might as well use this PR to get ahead of the inevitable Renovate PR. |
burgholzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. Sounds good 👍🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/reusable-mlir-tests.yml(1 hunks)
🔇 Additional comments (1)
.github/workflows/reusable-mlir-tests.yml (1)
40-43: Action version update verified and parameters are correct. The commit hash 6b8d4ef561ca19268764609adf9fa12f53015e1f is confirmed in the setup-mlir repository, tagged as 2025.12.05, thellvm-versionparameter is supported in the action's API, and LLVM 21.1.7 is a valid release (released Dec 2, 2025, used by the 2025.12.05 release build).
Description
This PR updates the
setup-mlirversion.Checklist:
I have added appropriate tests that cover the new/changed functionality.I have updated the documentation to reflect these changes.I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.I have added migration instructions to the upgrade guide (if needed).