Skip to content

Commit acce37f

Browse files
authored
Remove wheels for manylinux2014. (#11673)
1 parent a14336b commit acce37f

File tree

3 files changed

+0
-83
lines changed

3 files changed

+0
-83
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -122,31 +122,6 @@ jobs:
122122
--prefix cache/${{ github.run_id }}/build-python-wheels-arm64 \
123123
./xgboost python-package/dist/*.whl
124124
125-
build-python-wheels-manylinux2014:
126-
name: Build manylinux2014_${{ matrix.arch }} wheel
127-
runs-on:
128-
- runs-on
129-
- runner=${{ matrix.runner }}
130-
- run-id=${{ github.run_id }}
131-
- tag=main-build-python-wheels-manylinux2014-${{ matrix.arch }}
132-
strategy:
133-
fail-fast: false
134-
matrix:
135-
include:
136-
- arch: aarch64
137-
runner: linux-arm64-cpu
138-
- arch: x86_64
139-
runner: linux-amd64-cpu
140-
steps:
141-
# Restart Docker daemon so that it recognizes the ephemeral disks
142-
- run: sudo systemctl restart docker
143-
- uses: actions/checkout@v4
144-
with:
145-
submodules: "true"
146-
- name: Log into Docker registry (AWS ECR)
147-
run: bash ops/pipeline/login-docker-registry.sh
148-
- run: bash ops/pipeline/build-python-wheels-manylinux2014.sh ${{ matrix.arch }}
149-
150125
build-python-wheels-cpu:
151126
name: Build CPU wheel for ${{ matrix.manylinux_target }}_${{ matrix.arch }}
152127
runs-on:

ops/pipeline/build-python-wheels-manylinux2014.sh

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

ops/script/release_artifacts.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ def download_python_wheels(branch: str, commit_hash: str, outdir: Path) -> None:
145145
"""Download all Python binary wheels for the specified branch."""
146146
full_platforms = [
147147
"win_amd64",
148-
"manylinux2014_x86_64",
149-
"manylinux2014_aarch64",
150148
"manylinux_2_28_x86_64",
151149
"manylinux_2_28_aarch64",
152150
"macosx_10_15_x86_64",
@@ -155,8 +153,6 @@ def download_python_wheels(branch: str, commit_hash: str, outdir: Path) -> None:
155153
minimal_platforms = [
156154
"win_amd64",
157155
"win_arm64",
158-
"manylinux2014_x86_64",
159-
"manylinux2014_aarch64",
160156
"manylinux_2_28_x86_64",
161157
"manylinux_2_28_aarch64",
162158
]

0 commit comments

Comments
 (0)