mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
CI: update component versions
- ngtcp2: v1.4.0 - nghttp3: v1.2.0 - nghttp2: v1.61.0 - mod_h2: v2.0.27 Closes #13316
This commit is contained in:
parent
6b86471fe1
commit
7f26fd17dd
4 changed files with 16 additions and 13 deletions
9
.github/workflows/osslq-linux.yml
vendored
9
.github/workflows/osslq-linux.yml
vendored
|
|
@ -48,10 +48,10 @@ env:
|
|||
MAKEFLAGS: -j 3
|
||||
openssl3-version: openssl-3.2.0
|
||||
quictls-version: 3.1.4+quic
|
||||
nghttp3-version: v1.1.0
|
||||
ngtcp2-version: v1.2.0
|
||||
nghttp2-version: v1.59.0
|
||||
mod_h2-version: v2.0.26
|
||||
nghttp3-version: v1.2.0
|
||||
ngtcp2-version: v1.4.0
|
||||
nghttp2-version: v1.61.0
|
||||
mod_h2-version: v2.0.27
|
||||
|
||||
jobs:
|
||||
autotools:
|
||||
|
|
@ -147,6 +147,7 @@ jobs:
|
|||
cd $HOME
|
||||
git clone --quiet --depth=1 -b ${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
|
||||
cd nghttp3
|
||||
git submodule update --init
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue