-
Notifications
You must be signed in to change notification settings - Fork 584
fix: fix compatibility with CMake 4.0 #4680
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
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
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.
Pull Request Overview
This PR updates the ROCm repository version in the GitHub Actions workflow to help fix compatibility with CMake 4.0.
- Updated the ROCm repository URL from version 5.3 to 6.3 to ensure compatibility.
Files not reviewed (1)
- source/cmake/googletest.cmake.in: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/build_cc.yml:55
- Please verify that the updated ROCm repository URL for version 6.3 is correct and fully supports the intended compatibility with CMake 4.0 to avoid potential build failures.
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/6.3/ jammy main' | sudo tee /etc/apt/sources.list.d/rocm.list \
📝 WalkthroughWalkthroughThis pull request updates version dependencies within two configuration files. In the GitHub Actions workflow ( Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (26)
🔇 Additional comments (2)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #4680 +/- ##
=======================================
Coverage 84.80% 84.80%
=======================================
Files 692 692
Lines 66396 66396
Branches 3539 3538 -1
=======================================
Hits 56306 56306
Misses 8949 8949
Partials 1141 1141 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the ROCm dependency configuration to version 6.3 for improved package installation during builds. - Raised the minimum build tool version to enable enhanced functionality and better compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> (cherry picked from commit 00b6d55)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the ROCm dependency configuration to version 6.3 for improved package installation during builds. - Raised the minimum build tool version to enable enhanced functionality and better compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> (cherry picked from commit 00b6d55)
Summary by CodeRabbit