Skip to content

Commit aac47c0

Browse files
fixup! fixup! fixup! Add audit wheel
1 parent d29210d commit aac47c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
3939
${PYTHON} -m build --outdir ${BUILD_DIR} .
4040
# On Linux we should repair wheel(s) generated
4141
arch=$(uname -p)
42+
auditwheel repair /home/user/snowflake-connector-python/dist/3.9/snowflake_connector_python-4.1.1-cp39-cp39-linux_x86_64.whl
4243
if [[ $arch == x86_64 ]]; then
4344
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR} \
4445
--exclude "libsf_mini_core.so" \

0 commit comments

Comments
 (0)