Skip to content

Commit 8dd702d

Browse files
author
Jeff Whitaker
committed
try installing ca-cerfificates
1 parent 07a5423 commit 8dd702d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ function build_curl {
4545
if [ -e curl-stamp ]; then return; fi
4646
local flags="--prefix=$BUILD_PREFIX"
4747
if [ -n "$IS_MACOS" ]; then
48-
flags="$flags --with-darwinssl"
48+
flags="$flags --with-darwinssl"
4949
else # manylinux
5050
flags="$flags --with-ssl"
5151
# yum_install perl-IPC-Cmd
5252
# yum_install perl-Pod-Html
53+
yum_install ca-certificates
5354
build_openssl
5455
fi
5556
flags="$flags --without-zstd"

0 commit comments

Comments
 (0)