Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6201b6e

Browse filesBrowse files
committed
ci: Remove manylinux 2014 remnants
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/ Signed-off-by: Eli Uriegas <eliuriegas@meta.com> ghstack-source-id: aff93fd Pull Request resolved: #148028
1 parent 723f3a9 commit 6201b6e
Copy full SHA for 6201b6e

File tree

Expand file treeCollapse file tree

2 files changed

+1
-154
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-154
lines changed

‎.ci/docker/manywheel/Dockerfile_2014

Copy file name to clipboardExpand all lines: .ci/docker/manywheel/Dockerfile_2014
-153Lines changed: 0 additions & 153 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: .github/workflows/build-triton-wheel.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +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-
PLATFORM: ${{ contains(matrix.docker-image, '2_28') && 'manylinux_2_28_x86_64' || 'manylinux2014_x86_64' }}
65+
PLATFORM: ${{ contains(matrix.docker-image, '2_28') && 'manylinux_2_28_x86_64' }}
6666
steps:
6767
- name: Setup SSH (Click me for login details)
6868
uses: pytorch/test-infra/.github/actions/setup-ssh@main

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.