8000 ci: Remove manylinux 2014 remnants (#148028) · pytorch/pytorch@871b390 · GitHub
[go: up one dir, main page]

Skip to content

Commit 871b390

Browse files
seemetherepytorchmergebot
authored andcommitted
ci: Remove manylinux 2014 remnants (#148028)
These are the only remaining references I could find to manylinux2014, we should probably look to remove these a bit quicker since it made it difficult to know which Dockerfiles were important in .ci/docker/manywheel/ > [!TIP] > I checked if we were using these by running > `rg 2014 .github/` Signed-off-by: Eli Uriegas <eliuriegas@meta.com> Pull Request resolved: #148028 Approved by: https://github.com/wdvr, https://github.com/malfet, https://github.com/atalman
1 parent 10ffd94 commit 871b390

File tree

2 files changed

+1
-153
lines changed

2 files changed

+1
-153
lines changed

.ci/docker/manywheel/Dockerfile_2014

Lines changed: 0 additions & 153 deletions
This file was deleted.

.github/workflows/build-triton-wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
DOCKER_IMAGE: ${{ matrix.device == 'rocm' && format('pytorch/manylinux2_28-builder:rocm{0}', matrix.rocm_version) || matrix.docker-image }}
6363
PY_VERS: ${{ matrix.py_vers }}
6464
BUILD_DEVICE: ${{ matrix.device }}
65+
# TODO: We need to get rid of this when we remove builds that rely on the base manylinux-builder image
6566
PLATFORM: ${{ contains(matrix.docker-image, '2_28') && 'manylinux_2_28_x86_64' || 'manylinux2014_x86_64' }}
6667
steps:
6768
- name: Setup SSH (Click me for login details)

0 commit comments

Comments
 (0)
0