Skip to content

Commit

Permalink
latest 2014 manylinux image?
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan committed Jun 1, 2024
1 parent 11cf7c5 commit 0d8f7fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ciwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
env:
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD_LINUX : "yum install -y libXrandr libXrandr-devel libXinerama libXinerama-devel libXcursor libXcursor-devel libXi libXi-devel"
CIBW_MANYLINUX_*_IMAGE : "manylinux_2_24"
# Build using the latest manylinux2014 release, instead of the cibuildwheel
# pinned version
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64:latest
CIBW_MANYLINUX_I686_IMAGE: quay.io/pypa/manylinux2014_i686:latest
CIBW_BUILD: "${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}"
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_ENVIRONMENT: "MAX_JOBS=2"
Expand Down

0 comments on commit 0d8f7fe

Please sign in to comment.