Skip to content

Commit 886f187

Browse files
author
Jeff Whitaker
committed
retry
1 parent 0bcda85 commit 886f187

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ function build_curl2 {
2626
build_openssl
2727
fi
2828
flags="$flags --without-brotli --without--libnghttp2"
29-
echo "curl_configure_flags = $flags"
30-
build_libnghttp2
31-
build_brotli
29+
#build_libnghttp2
30+
#build_brotli
3231
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
3332
(cd curl-${CURL_VERSION} \
3433
&& if [ -z "$IS_MACOS" ]; then \

0 commit comments

Comments
 (0)