Pass ROCm package rocm_package_find_links_url through JAX release workflow (#65)#68
Merged
marbre merged 1 commit intoJun 29, 2026
Conversation
…orkflow (#65) ## Summary Related PR: ROCm/TheRock#6054 Add `rocm_package_find_links_url` to the rockrel JAX release workflow and forward it to the reusable TheRock JAX build workflow. This allows the JAX manylinux build path to consume ROCm packages from a configurable package index instead of relying on a hardcoded URL. ## Changes * Add `rocm_package_find_links_url` workflow input to `multi_arch_release_linux_jax_wheels.yml` * Forward `rocm_package_find_links_url` to the reusable `multi_arch_build_linux_jax_wheels.yml` workflow * Default the value to the current dev multi-arch package index: * `https://rocm.devreleases.amd.com/whl-multi-arch/` ## Motivation The JAX manylinux build flow now installs ROCm packages from a package index. Passing the package source as an input allows the workflow to support different release channels (dev, nightly, prerelease) without hardcoding a specific index URL in the build workflow. Tests: https://github.com/ROCm/rockrel/actions/runs/28086158341
ScottTodd
approved these changes
Jun 29, 2026
ScottTodd
left a comment
Member
There was a problem hiding this comment.
Approving for devops. See also my review of ROCm/TheRock#6202 (review)
astyrrian1
approved these changes
Jun 29, 2026
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.
Cherry-pick b775c04 into the 7.14 release branch.
Summary
Related PR: ROCm/TheRock#6054
Add
rocm_package_find_links_urlto the rockrel JAX release workflow and forward it to the reusable TheRock JAX build workflow.This allows the JAX manylinux build path to consume ROCm packages from a configurable package index instead of relying on a hardcoded URL.
Changes
Add
rocm_package_find_links_urlworkflow input tomulti_arch_release_linux_jax_wheels.ymlForward
rocm_package_find_links_urlto the reusablemulti_arch_build_linux_jax_wheels.ymlworkflowDefault the value to the current dev multi-arch package index:
https://rocm.devreleases.amd.com/whl-multi-arch/Motivation
The JAX manylinux build flow now installs ROCm packages from a package index. Passing the package source as an input allows the workflow to support different release channels (dev, nightly, prerelease) without hardcoding a specific index URL in the build workflow.
Tests:
https://github.com/ROCm/rockrel/actions/runs/28086158341