Merged
Conversation
Drop v0.8.0 from the CI build matrix and remove the 0.8.0-specific --jax-source-dir shell guard. Also cleans up 0.8.0 references in test workflows, docstrings, and external-builds/jax/README.md (where the missing 0.9.0 row is added and the --jax-source-dir note is rewritten to match current build_jaxlib-based behavior). Signed-off-by: Yanyao Wang <wangyanyao@msn.com>
gulsumgudukbay
approved these changes
Apr 21, 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.
Motivation
JAX 0.8.0 is no longer a supported release branch. This PR removes it from the CI build matrix and cleans up all 0.8.0-specific special cases, default values, and documentation references. Supported JAX branches after this PR: 0.8.2, 0.9.0, 0.9.1.
Follow-up to #4303, which introduced the
build_jaxlibmatrix flag and made the 0.8.0-specific shell guard inbuild_linux_jax_wheels.ymldead code.Technical Details
release_portable_linux_jax_wheels.yml: dropv0.8.0from matrix (4×3 = 12 jobs remaining).build_linux_jax_wheels.yml: simplify--jax-source-dirguard — now conditioned solely onbuild_jaxlib.test_jax_dockerfile.yml: bump defaults (v0.6.0,v0.8.0) →v0.8.2.test_linux_jax_wheels.yml,compute_jax_package_version.py: update0.8.0examples in descriptions/docstrings →0.8.2.external-builds/jax/README.md: drop 0.8.0 row, add missing 0.9.0 row, rewrite--jax-source-dirnote to match currentbuild_jaxliblogic.Test Plan
0.8.0references in CI / docs scope.release_portable_linux_jax_wheels.ymlmanually and confirm the matrix expands to 12 jobs with no 0.8.0 dispatch.Test Result
0.8.0matches in.github/,build_tools/github_actions/,external-builds/jax/.https://github.com/ROCm/TheRock/actions/runs/24729906597
Submission Checklist