File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 path : wheelhouse/*.whl
5353
5454 build_wheels_linux :
55- name : Build wheels on ${{ matrix.os }}
56- runs-on : ${{ matrix.os }}
55+ name : Build wheels on ${{ matrix.os }}
56+ runs-on : ${{ matrix.os }}
5757 strategy :
5858 matrix :
5959 os : [ubuntu-latest]
6464 - name : Build wheels
6565 uses : pypa/cibuildwheel@v3.0.1
6666 env :
67- CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux_2_28_x86_64
67+ CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
6868 CIBW_SKIP : " *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
6969
7070 # Install IBM DB2 CLI driver *inside* the manylinux container
8282 LD_LIBRARY_PATH=/opt/ibm/clidriver/lib:$LD_LIBRARY_PATH
8383
8484 # Repair wheel and exclude driver-specific libs
85- CIBW_REPAIR_WHEEL_COMMAND_LINUX : >
85+ CIBW_REPAIR_WHEEL_COMMAND_LINUX : |
8686 auditwheel repair
8787 --exclude libdb2.so.1
8888 --exclude libDB2xml4c.so.58
You can’t perform that action at this time.
0 commit comments