mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
Bump ngtcp2 dependencies
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -7,11 +7,11 @@ permissions: read-all
|
||||
env:
|
||||
LIBBPF_VERSION: v1.3.0
|
||||
OPENSSL1_VERSION: 1_1_1w+quic
|
||||
OPENSSL3_VERSION: 3.1.4+quic
|
||||
BORINGSSL_VERSION: f42be90d665b6a376177648ccbb76fbbd6497c13
|
||||
AWSLC_VERSION: v1.20.0
|
||||
NGHTTP3_VERSION: v1.1.0
|
||||
NGTCP2_VERSION: v1.2.0
|
||||
OPENSSL3_VERSION: 3.1.5+quic
|
||||
BORINGSSL_VERSION: 8e6a26d128484b886e6dcbfa558b993d38950bb5
|
||||
AWSLC_VERSION: v1.21.0
|
||||
NGHTTP3_VERSION: v1.2.0
|
||||
NGTCP2_VERSION: v1.3.0
|
||||
|
||||
jobs:
|
||||
build-cache:
|
||||
@@ -159,6 +159,7 @@ jobs:
|
||||
run: |
|
||||
git clone --depth 1 -b ${{ env.NGHTTP3_VERSION}} https://github.com/ngtcp2/nghttp3
|
||||
cd nghttp3
|
||||
git submodule update --init --depth 1
|
||||
autoreconf -i
|
||||
./configure --prefix=$PWD/build --enable-lib-only
|
||||
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
|
||||
@@ -168,6 +169,7 @@ jobs:
|
||||
run: |
|
||||
git clone --depth 1 -b ${{ env.NGTCP2_VERSION }} https://github.com/ngtcp2/ngtcp2 ngtcp2-openssl1
|
||||
cd ngtcp2-openssl1
|
||||
git submodule update --init --depth 1
|
||||
autoreconf -i
|
||||
./configure --prefix=$PWD/build --enable-lib-only \
|
||||
PKG_CONFIG_PATH="../openssl1/build/lib/pkgconfig" \
|
||||
@@ -181,6 +183,7 @@ jobs:
|
||||
run: |
|
||||
git clone --depth 1 -b ${{ env.NGTCP2_VERSION }} https://github.com/ngtcp2/ngtcp2 ngtcp2-openssl3
|
||||
cd ngtcp2-openssl3
|
||||
git submodule update --init --depth 1
|
||||
autoreconf -i
|
||||
./configure --prefix=$PWD/build --enable-lib-only \
|
||||
PKG_CONFIG_PATH="../openssl3/build/lib/pkgconfig" \
|
||||
|
||||
Reference in New Issue
Block a user