CI: Bump ngtcp2, nghttp3, and nghttp2

Closes #11428
This commit is contained in:
Tatsuhiro Tsujikawa 2023-07-12 18:26:02 +09:00 committed by Daniel Stenberg
parent 97394caa20
commit 993b14900a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 9 additions and 9 deletions

View File

@ -104,7 +104,7 @@ jobs:
name: 'install gnutls'
- run: |
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -112,7 +112,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
@ -120,7 +120,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

View File

@ -81,7 +81,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -89,7 +89,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
@ -97,7 +97,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

View File

@ -92,7 +92,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -100,7 +100,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl
@ -108,7 +108,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3