Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/multi_arch_release_linux_jax_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
description: ROCm package version to build against.
type: string
required: true
rocm_package_find_links_url:
description: "ROCm package index / find-links URL for the JAX manylinux build."
type: string
default: "https://rocm.devreleases.amd.com/whl-multi-arch/"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned at ROCm/TheRock#6054 (comment), this default URL is not compatible with --find-links. Should be clear on what index type the workflows need.

tar_url:
description: URL to the shared TheRock tarball used for the build.
type: string
Expand Down Expand Up @@ -45,6 +49,7 @@ jobs:
test_amdgpu_family: ${{ inputs.test_amdgpu_family }}
release_type: ${{ inputs.release_type }}
rocm_version: ${{ inputs.rocm_version }}
rocm_package_find_links_url: ${{ inputs.rocm_package_find_links_url }}
tar_url: ${{ inputs.tar_url }}
repository: ${{ inputs.repository || 'ROCm/TheRock' }}
ref: ${{ inputs.ref || '' }}
Loading