Skip to content

Commit

Permalink
manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
keitherskine committed Sep 10, 2024
1 parent be322fe commit 8c2f5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifacts_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.20.0
env:
# based on CentOS 7; glibc 64-bit builds only; no bundled libraries
# based on AlmaLinux 8; glibc 64-bit builds only; no bundled libraries
# https://github.com/pypa/manylinux#docker-images
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_ARCHS_LINUX: x86_64 aarch64
# this installs unixODBC 2.3.1 which is quite old but it has the latest ABI so should be fine
CIBW_BEFORE_ALL_LINUX: yum -y install unixODBC-devel
CIBW_BEFORE_ALL_LINUX: dnf --enablerepo=crb install unixODBC-devel
# Intel64 and aarch64 wheels, but not i686 or musllinux (yet)
CIBW_BUILD: "cp*-manylinux_x86_64* cp*-manylinux_aarch64*"
# the raw wheel filename is not PyPi compliant so the wheel must be repaired but
Expand Down

0 comments on commit 8c2f5a0

Please sign in to comment.