We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae043b commit f69ee42Copy full SHA for f69ee42
ci/build_linux.sh
@@ -42,10 +42,10 @@ arch=$(uname -p)
42
auditwheel show /home/user/snowflake-connector-python/dist/3.9/snowflake_connector_python-4.1.1-cp39-cp39-linux_x86_64.whl
43
if [[ $arch == x86_64 ]]; then
44
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"
+ --exclude "libgcc_s.so.1.*" \
+ --exclude "libstdc++.so.6.*" \
+ --exclude "libpthread.so.0.*" \
+ --exclude "libstdc++.so.6.*"
49
else
50
auditwheel repair --plat manylinux2014_aarch64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR}
51
fi
0 commit comments