Skip to content

ci: Disable PyTorch and JAX builds in ASAN release workflow#6479

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

ci: Disable PyTorch and JAX builds in ASAN release workflow#6479
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 of the ASAN-specific parts of #6082 and #6270 for the 7.14 release branch. Rather than cherry-picking those commits wholesale (which would pull in setup_multi_arch.yml and configure_multi_arch_ci.py changes that depend on main-only infrastructure), this is a scoped backport that hardcodes build_pytorch: false and build_jax: false directly in multi_arch_release_asan.yml instead of threading them through setup as inputs.

Technical Details

Changes:

  • multi_arch_release_asan.yml: default build_pytorch to false for workflow_call; hardcode build_pytorch: false and build_jax: false when calling multi_arch_release_linux.yml
  • multi_arch_release_linux.yml: add build_jax input (default true) and gate trigger_release_jax_wheels on inputs.build_jax != false

Progress on #6477

Submission Checklist

Backport of the ASAN-specific parts of #6082 and #6270 for the 7.14
release branch. Rather than cherry-picking those commits wholesale
(which would pull in setup_multi_arch.yml and configure_multi_arch_ci.py
changes that depend on main-only infrastructure), this is a scoped
backport that hardcodes `build_pytorch: false` and `build_jax: false`
directly in multi_arch_release_asan.yml instead of threading them
through setup as inputs.

Changes:
- multi_arch_release_asan.yml: default `build_pytorch` to false for
  `workflow_call`; hardcode `build_pytorch: false` and `build_jax:
  false` when calling multi_arch_release_linux.yml
- multi_arch_release_linux.yml: add `build_jax` input (default true)
  and gate `trigger_release_jax_wheels` on `inputs.build_jax != false`

Progress on #6477

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: TODO

Development

Successfully merging this pull request may close these issues.

2 participants