Skip to content

Commit 8e93c4c

Browse files
author
Jeff Whitaker
committed
retry
1 parent ee6513b commit 8e93c4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function build_libs {
2424
#else
2525
# touch curl-stamp
2626
#fi
27+
build_curl
2728
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
2829
export CFLAGS="-std=gnu99 -Wl,-strip-all"
2930
fi
@@ -41,8 +42,8 @@ function build_curl {
4142
#fi
4243
flags="$flags --with-ssl --without-brotli --without--libnghttp2"
4344
build_openssl
44-
build_libnghttp2
45-
build_brotli
45+
#build_libnghttp2
46+
#build_brotli
4647
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
4748
(cd curl-${CURL_VERSION} \
4849
&& if [ -z "$IS_MACOS" ]; then \

0 commit comments

Comments
 (0)