Skip to content

Commit dd6738c

Browse files
Revert "Use Manylinux2_28 for wheel builds (pytorch#138732)"
This reverts commit 5860c8e. Reverted pytorch#138732 on behalf of https://github.com/atalman due to Reverting for now will be relanding ([comment](pytorch#138732 (comment)))
1 parent 3abbde9 commit dd6738c

4 files changed

+88
-88
lines changed

.github/scripts/generate_binary_build_matrix.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ def arch_type(arch_version: str) -> str:
156156

157157
WHEEL_CONTAINER_IMAGES = {
158158
**{
159-
gpu_arch: f"pytorch/manylinux2_28-builder:cuda{gpu_arch}-{DEFAULT_TAG}"
159+
gpu_arch: f"pytorch/manylinux-builder:cuda{gpu_arch}-{DEFAULT_TAG}"
160160
for gpu_arch in CUDA_ARCHES
161161
},
162162
**{
163163
gpu_arch: f"pytorch/manylinux-builder:rocm{gpu_arch}-{DEFAULT_TAG}"
164164
for gpu_arch in ROCM_ARCHES
165165
},
166166
"xpu": f"pytorch/manylinux2_28-builder:xpu-{DEFAULT_TAG}",
167-
"cpu": f"pytorch/manylinux2_28-builder:cpu-{DEFAULT_TAG}",
167+
"cpu": f"pytorch/manylinux-builder:cpu-{DEFAULT_TAG}",
168168
"cpu-cxx11-abi": f"pytorch/manylinuxcxx11-abi-builder:cpu-cxx11-abi-{DEFAULT_TAG}",
169169
"cpu-aarch64": f"pytorch/manylinuxaarch64-builder:cpu-aarch64-{DEFAULT_TAG}",
170170
"cpu-s390x": f"pytorch/manylinuxs390x-builder:cpu-s390x-{DEFAULT_TAG}",

.github/workflows/generated-linux-binary-manywheel-main.yml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)