Skip to content

Commit 8d57058

Browse files
author
Jeff Whitaker
committed
upgrade perl to 5.30.1 on manylinux _2_28 (to allow openssl 3 to build)
1 parent fb29f7e commit 8d57058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ function build_curl {
4949
flags="$flags --with-darwinssl"
5050
else # manylinux
5151
flags="$flags --with-ssl"
52+
if [[ $MB_ML_VER == "_2_28" ]]; then
53+
dnf install perl-5.30.1
54+
fi
5255
build_openssl
5356
fi
5457
flags="$flags --without-zstd"

0 commit comments

Comments
 (0)