Skip to content

Commit 812e90e

Browse files
committed
New manylinux image
1 parent adee8be commit 812e90e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ wheel:
4646

4747
.PHONY: manylinux-wheel
4848
manylinux-wheel:
49-
docker run -v $(PWD):/src quay.io/pypa/manylinux2014_x86_64:latest /src/wheels/build-wheels.sh
49+
docker run -v $(PWD):/src quay.io/pypa/manylinux_2_28_x86_64 /src/wheels/build-wheels.sh
5050

5151
.PHONY: clean
5252
clean:

wheels/build-wheels.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ for PYBIN in /opt/python/cp{39,310,311,312}*/bin; do
2525
"${PYBIN}/python" -m pip wheel -w /tmp/wheel .
2626
done
2727

28-
auditwheel repair --plat manylinux2014_x86_64 -w dist/ /tmp/wheel/filprofiler*cp39*whl
29-
auditwheel repair --plat manylinux2014_x86_64 -w dist/ /tmp/wheel/filprofiler*cp310*whl
30-
auditwheel repair --plat manylinux2014_x86_64 -w dist/ /tmp/wheel/filprofiler*cp311*whl
31-
auditwheel repair --plat manylinux2014_x86_64 -w dist/ /tmp/wheel/filprofiler*cp312*whl
28+
auditwheel repair --plat manylinux_2_28_x86_64 -w dist/ /tmp/wheel/filprofiler*cp39*whl
29+
auditwheel repair --plat manylinux_2_28_x86_64 -w dist/ /tmp/wheel/filprofiler*cp310*whl
30+
auditwheel repair --plat manylinux_2_28_x86_64 -w dist/ /tmp/wheel/filprofiler*cp311*whl
31+
auditwheel repair --plat manylinux_2_28_x86_64 -w dist/ /tmp/wheel/filprofiler*cp312*whl
3232

0 commit comments

Comments
 (0)