GHA: use designated ngtcp2 and its dependencies versions

Designate ngtcp2 and its dependency versions so that the CI build does
not fail without our control.

Closes #10257
This commit is contained in:
Tatsuhiro Tsujikawa 2023-01-08 15:58:54 +09:00 committed by Daniel Stenberg
parent 5a9a5e171e
commit 3022eeaefe
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 9 additions and 9 deletions

View File

@ -81,7 +81,7 @@ jobs:
name: 'install gnutls'
- run: |
git clone --depth=1 https://github.com/ngtcp2/nghttp3
git clone --depth=1 -b v0.8.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 --depth=1 https://github.com/ngtcp2/ngtcp2
git clone --depth=1 -b v0.12.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 https://github.com/nghttp2/nghttp2
git clone --depth=1 -b v1.51.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

@ -56,7 +56,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --depth=1 https://github.com/ngtcp2/nghttp3
git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -64,7 +64,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --depth=1 https://github.com/ngtcp2/ngtcp2
git clone --depth=1 -b v0.12.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 https://github.com/nghttp2/nghttp2
git clone --depth=1 -b v1.51.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

@ -69,7 +69,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --depth=1 https://github.com/ngtcp2/nghttp3
git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -77,7 +77,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --depth=1 https://github.com/ngtcp2/ngtcp2
git clone --depth=1 -b v0.12.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 https://github.com/nghttp2/nghttp2
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3