Skip to content

Refactor dep versions into versions.sh and patch torch wheel naming#439

Merged
puneetmatharu merged 1 commit intoARM-software:mainfrom
puneetmatharu:refactor-dep-versions-into-versions-sh
Feb 11, 2026
Merged

Refactor dep versions into versions.sh and patch torch wheel naming#439
puneetmatharu merged 1 commit intoARM-software:mainfrom
puneetmatharu:refactor-dep-versions-into-versions-sh

Conversation

@puneetmatharu
Copy link
Copy Markdown
Contributor

@puneetmatharu puneetmatharu commented Feb 11, 2026

This PR refactors the major project versions we wish to change from release to release into a versions.sh that can be source-d by any bash script that needs to know which hash/version of those projects that we're using. It's a much cleaner approach than forcing the scripts to pass it from one to another.

Tip

It is highly recommended that scripts that require the use of versions.sh use set -u to error if a variable (i.e. version/tag for our purpose) is not set and thus the required version/tag has not been set. (Currently every script that uses versions.sh already has set -u set.

Important

This PR supersedes #438. Only one of these two PRs should be merged in.

@puneetmatharu puneetmatharu force-pushed the refactor-dep-versions-into-versions-sh branch from e9b4145 to a3c49ef Compare February 11, 2026 04:20
@puneetmatharu puneetmatharu changed the title Refactor dep versions into versions.sh Refactor dep versions into versions.sh and patch torch wheel naming Feb 11, 2026
@puneetmatharu puneetmatharu force-pushed the refactor-dep-versions-into-versions-sh branch from a3c49ef to 9ffea41 Compare February 11, 2026 04:29
@puneetmatharu
Copy link
Copy Markdown
Contributor Author

Can confirm from the CI checks that the output wheel name is

2026-02-11T04:40:30.4728807Z + torch_wheel_name=torch-2.11.0.dev20260129-cp312-cp312-manylinux_2_28_aarch64.whl

Copy link
Copy Markdown
Contributor

@nSircombe nSircombe left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@puneetmatharu puneetmatharu merged commit 01bf1d3 into ARM-software:main Feb 11, 2026
7 checks passed
@puneetmatharu puneetmatharu deleted the refactor-dep-versions-into-versions-sh branch February 11, 2026 07:38
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.

2 participants