File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 uses : pypa/cibuildwheel@v3.0.1
6666 env :
6767 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
68- CIBW_SKIP : " *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
69-
70- # Install IBM DB2 CLI driver *inside* the manylinux container
71- CIBW_BEFORE_ALL_LINUX : |
72- curl -LO https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
73- mkdir -p /opt/ibm
74- tar -xzf linuxx64_odbc_cli.tar.gz -C /opt/ibm
75- export IBM_DB_HOME=/opt/ibm/clidriver
76- export LD_LIBRARY_PATH=$IBM_DB_HOME/lib:$LD_LIBRARY_PATH
77- pip install --upgrade auditwheel
78-
79- # Set env vars for build inside the container
80- CIBW_ENVIRONMENT : >
81- IBM_DB_HOME=/opt/ibm/clidriver
82- LD_LIBRARY_PATH=/opt/ibm/clidriver/lib:$LD_LIBRARY_PATH
83-
8468 # Repair wheel and exclude driver-specific libs
8569 CIBW_REPAIR_WHEEL_COMMAND_LINUX : |
8670 auditwheel repair
You can’t perform that action at this time.
0 commit comments