Skip to content

Commit f69ee42

Browse files
fixup! fixup! fixup! fixup! fixup! Add audit wheel
1 parent 3ae043b commit f69ee42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/build_linux.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ arch=$(uname -p)
4242
auditwheel show /home/user/snowflake-connector-python/dist/3.9/snowflake_connector_python-4.1.1-cp39-cp39-linux_x86_64.whl
4343
if [[ $arch == x86_64 ]]; then
4444
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR} \
45-
--exclude "libsf_mini_core.so" \
46-
--exclude "libsf_mini_core.dylib" \
47-
--exclude "sf_mini_core.dll" \
48-
--exclude "sf_mini_core_static.lib"
45+
--exclude "libgcc_s.so.1.*" \
46+
--exclude "libstdc++.so.6.*" \
47+
--exclude "libpthread.so.0.*" \
48+
--exclude "libstdc++.so.6.*"
4949
else
5050
auditwheel repair --plat manylinux2014_aarch64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR}
5151
fi

0 commit comments

Comments
 (0)