[windows] Enable multi-arch packaging tests - #7630
Open
ScottTodd wants to merge 1 commit into
Open
Conversation
Skip hipSPARSELt package discovery on Windows, where the library is not built, while continuing to validate rocSPARSE and hipSPARSE. Enable ctest in Windows multi-arch artifact jobs. Co-authored-by: OpenAI Codex <noreply@openai.com>
✅ All Policy Checks Passed
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🎉 All checks passed! This PR is ready for review. |
ScottTodd
marked this pull request as ready for review
August 25, 2026 18:27
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.
Motivation
These tests have not been running on Windows multi-arch CI, so we've been missing some early signal on whether CMake packages are working as expected.
Technical Details
The tests are already running on Linux:
TheRock/.github/workflows/multi_arch_build_portable_linux_artifacts.yml
Lines 229 to 231 in 7b19fce
See also #7386, which handled hiptensor in these tests on Linux in a slightly different way:
TheRock/examples/CMakeLists.txt
Lines 26 to 34 in 7b19fce
TheRock/examples/CMakeLists.txt
Line 55 in 7b19fce
Test Plan
Tests should pass for all build stages, regardless of which subprojects are enabled/disabled based on gfx target/family.
https://github.com/ROCm/TheRock/actions/runs/32867300087/job/97873081522?pr=7630

Submission Checklist