Skip to content

[Build] Switch CUDA 12.9 wheel builds to PyTorch manylinux_2_28 base#41668

Open
mgoin wants to merge 1 commit intomainfrom
cu129-manylinux-build
Open

[Build] Switch CUDA 12.9 wheel builds to PyTorch manylinux_2_28 base#41668
mgoin wants to merge 1 commit intomainfrom
cu129-manylinux-build

Conversation

@mgoin
Copy link
Copy Markdown
Member

@mgoin mgoin commented May 4, 2026

Purpose

Follow-up to #41416. Mirror the cu130 wheel build switch onto cu129 so the published cu129 wheels also get a glibc 2.28 floor (via pytorch/manylinux2_28-builder:cuda12.9 / pytorch/manylinuxaarch64-builder:cuda12.9), matching PyTorch's own published wheels.

Scope is intentionally minimal — only the two cu129 wheel-build steps in .buildkite/release-pipeline.yaml. cu129 release Docker image builds, FINAL_BASE_IMAGE, and the runtime container are unchanged (same trade-off as #41416).

Test Plan

  • cu129 x86_64 release wheel build green on Buildkite
  • cu129 aarch64 release wheel build green on Buildkite
  • auditwheel show reports manylinux_2_28 on the produced cu129 wheels

Test Result

Pending validation in release pipeline.


AI assistance (Claude) was used to draft this change.

Mirror the cu130 wheel build switch from #41416 onto cu129 so the
published cu129 wheels also get a glibc 2.28 floor (matching PyTorch's
own published wheels). cu129 release Docker image builds and the
runtime container are unchanged.

Signed-off-by: mgoin <mgoin64@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .buildkite/release-pipeline.yaml file to include BUILD_OS and BUILD_BASE_IMAGE as build arguments in the Docker build commands for both ARM64 and x86 architectures. These changes specify the use of manylinux and corresponding PyTorch builder images for the release process. I have no feedback to provide as there were no review comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant