Skip to content

Commit 7950ada

Browse files
fixup! Add audit wheel
1 parent 3229c34 commit 7950ada

File tree

4 files changed

+5
-55
lines changed

4 files changed

+5
-55
lines changed

ci/build_linux.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
4242
auditwheel-symbols --manylinux 2014 ${BUILD_DIR}/*.whl
4343
arch=$(uname -p)
4444
if [[ $arch == x86_64 ]]; then
45-
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR}
45+
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR} \
46+
--exclude "libsf_mini_core.so" \
47+
--exclude "libsf_mini_core.dylib" \
48+
--exclude "sf_mini_core.dll" \
49+
--exclude "sf_mini_core_static.lib"
4650
else
4751
auditwheel repair --plat manylinux2014_aarch64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR}
4852
fi
3.79 MB
Binary file not shown.
Binary file not shown.

src/snowflake/connector/minicore/aix_ppc64/sf_mini_core.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)