We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a4c1a commit b92030fCopy full SHA for b92030f
.github/workflows/build.yml
@@ -77,6 +77,8 @@ jobs:
77
env:
78
CIBW_BUILD: ${{ format('{0}-{1}*', matrix.python[0], (matrix.buildplat.manylinux_type || matrix.buildplat.os_name)) }}
79
CIBW_ARCHS: ${{ matrix.buildplat.arch }}
80
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
81
+ CIBW_ENVIRONMENT_LINUX: 'CFLAGS="-Wno-error=incompatible-pointer-types"'
82
run: |
83
pip install cibuildwheel
84
if [ "${{ matrix.buildplat.platform }}" = "windows-2019" ]; then
0 commit comments