We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d57058 commit ef9c1eaCopy full SHA for ef9c1ea
config.sh
@@ -50,7 +50,7 @@ function build_curl {
50
else # manylinux
51
flags="$flags --with-ssl"
52
if [[ $MB_ML_VER == "_2_28" ]]; then
53
- dnf install perl-5.30.1
+ yum_install perl-Data-Dumper
54
fi
55
build_openssl
56
0 commit comments