Skip to content

Commit

Permalink
Linux build: unset SSL_CERT_FILE, issue in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Aug 30, 2022
1 parent 79b4590 commit 4644fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/build-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ yum install -y ccache openssl-devel gettext wget unixODBC-devel expat-devel
export PATH=/opt/python/cp37-cp37m-shared/bin:${PATH}
export LD_LIBRARY_PATH=/build/env/lib:${LD_LIBRARY_PATH}

# Workaround for https://github.com/pypa/manylinux/issues/1203
unset SSL_CERT_FILE

# setup ccache
echo ">>> Setting up ccache ..."
if [ -n "$CCACHE_DIR" ]; then
Expand Down

0 comments on commit 4644fa6

Please sign in to comment.