GHA: ngtcp2: use 0.16.0 and nghttp3 0.12.0

This commit is contained in:
Philip H 2023-06-04 13:47:23 +02:00 committed by Daniel Stenberg
parent cae9d10be3
commit 32f103b0e9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 6 additions and 6 deletions

View File

@ -101,7 +101,7 @@ jobs:
name: 'install gnutls'
- run: |
git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -109,7 +109,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls

View File

@ -78,7 +78,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -86,7 +86,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl

View File

@ -88,7 +88,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -96,7 +96,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl