Skip to content

ci: Disable PyTorch builds in ASAN release wrapper#73

Open
marbre wants to merge 1 commit into
release/therock-7.14from
users/marbre/7.14-asan-disable-pytorch-jax
Open

ci: Disable PyTorch builds in ASAN release wrapper#73
marbre wants to merge 1 commit into
release/therock-7.14from
users/marbre/7.14-asan-disable-pytorch-jax

Conversation

@marbre

@marbre marbre commented Jul 10, 2026

Copy link
Copy Markdown
Member

Motivation

Backport for the 7.14 release branch. Remove the build_pytorch dispatch input and hardcode build_pytorch: false in the call to TheRock's ASAN release workflow.

Technical Details

The previous default of true was incorrect for an ASAN workflow, and the boolean pass-through expression was unreliable. TheRock's ASAN workflow already enforces build_pytorch: false and build_jax: false internally, so this aligns the rockrel wrapper with that intent.

Progress on ROCm/TheRock#6477

Submission Checklist

Backport for the 7.14 release branch. Remove the `build_pytorch`
dispatch input and hardcode `build_pytorch: false` in the call to
TheRock's ASAN release workflow. The previous default of true was
incorrect for an ASAN workflow, and the boolean pass-through expression
was unreliable. TheRock's ASAN workflow already enforces
`build_pytorch: false` and `build_jax: false` internally, so this
aligns the rockrel wrapper with that intent.

Progress on #6477

Co-Authored-By: Claude <noreply@anthropic.com>
@marbre marbre requested review from a team and geomin12 July 10, 2026 15:52
@marbre marbre changed the title Disable PyTorch builds in ASAN release wrapper ci: Disable PyTorch builds in ASAN release wrapper Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants