Use manylinux image with sccache for Linux PyTorch wheel builds#3387
Use manylinux image with sccache for Linux PyTorch wheel builds#3387subodh-dubey-amd wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
We should use the same image consistently over all the workflows as it otherwise hard to update / bump. See the https://github.com/ROCm/TheRock/blob/main/dockerfiles/README.md#updating-images-used-by-github-actions-workflows.
Furthermore, this is likely to be superseded by a PR @lumachad is working on.
Thanks, I will close this as this is already addressed here #3306 |
Motivation
#3171 (comment)
Use the manylinux image that includes sccache for the Linux PyTorch wheel workflow so future PRs can enable sccache without changing the image. This PR only updates the workflow’s container image; it does not add sccache usage (no
cache_type, env, or--use-sccache).Technical Details
.github/workflows/build_portable_linux_pytorch_wheels.ymlcontainer.imageto the manylinux image that includes sccache (from PR #3369).ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:d6ae5712a9c7e8b88281d021e907b312cd8a26295b95690baef3e8dde4805858latesttag (digest shown for the tag).Test Result
https://github.com/ROCm/TheRock/actions/runs/21940290973
Submission Checklist