Skip to content

Commit 26e0ecb

Browse files
committed
disable nghttp2 in curl build
1 parent 90bd9e9 commit 26e0ecb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.7", "3.8", "3.9"]
28-
os: [ubuntu-latest, macos-latest]
27+
python-version: ["3.6", "3.7", "3.8", "3.9"]
28+
#os: [ubuntu-latest, macos-latest]
29+
os: [macos-latest]
2930
platform: [x64, x32]
30-
MB_ML_VER: [1,2010,2014]
31+
MB_ML_VER: [2010]
3132
exclude:
3233
- os: macos-latest
3334
platform: x32

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build_curl2 {
2727
flags="$flags --with-ssl"
2828
build_openssl
2929
fi
30-
flags="$flags --without-brotli --without-libnghttp2"
30+
flags="$flags --without-brotli --without-nghttp2"
3131
#build_libnghttp2
3232
#build_brotli
3333
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz

0 commit comments

Comments
 (0)