Skip to content

Commit

Permalink
CI: build with manylinux_2_28
Browse files Browse the repository at this point in the history
since centos7 is EOL, and it's mirrors now broken
we are switching to newer manylinux version

Ref: pypa/cibuildwheel#1772
  • Loading branch information
fruch committed Jul 1, 2024
1 parent fee957a commit bc1e43e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ env:
CIBW_BEFORE_BUILD_LINUX: "rm -rf ~/.pyxbld && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
CIBW_ENVIRONMENT: "CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
CIBW_SKIP: cp35* cp36* *musllinux*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28

jobs:
build_wheels:
Expand Down

0 comments on commit bc1e43e

Please sign in to comment.