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 07a5423 commit 8dd702dCopy full SHA for 8dd702d
config.sh
@@ -45,11 +45,12 @@ function build_curl {
45
if [ -e curl-stamp ]; then return; fi
46
local flags="--prefix=$BUILD_PREFIX"
47
if [ -n "$IS_MACOS" ]; then
48
- flags="$flags --with-darwinssl"
+ flags="$flags --with-darwinssl"
49
else # manylinux
50
flags="$flags --with-ssl"
51
# yum_install perl-IPC-Cmd
52
# yum_install perl-Pod-Html
53
+ yum_install ca-certificates
54
build_openssl
55
fi
56
flags="$flags --without-zstd"
0 commit comments