mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
parent
119fb18719
commit
5c9ee8cef4
4
.github/workflows/ngtcp2-gnutls.yml
vendored
4
.github/workflows/ngtcp2-gnutls.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
4
.github/workflows/ngtcp2-quictls.yml
vendored
4
.github/workflows/ngtcp2-quictls.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
4
.github/workflows/ngtcp2-wolfssl.yml
vendored
4
.github/workflows/ngtcp2-wolfssl.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
Loading…
Reference in New Issue
Block a user