Skip to content

Commit

Permalink
CI: Bump ngtcp2, nghttp3, and nghttp2
Browse files Browse the repository at this point in the history
Closes curl#11428
  • Loading branch information
tatsuhiro-t authored and ptitSeb committed Sep 25, 2023
1 parent 9050328 commit 26eaa8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ngtcp2-gnutls.yml
Expand Up @@ -104,23 +104,23 @@ 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
make install
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
make install
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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ngtcp2-quictls.yml
Expand Up @@ -81,23 +81,23 @@ 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
make install
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
make install
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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ngtcp2-wolfssl.yml
Expand Up @@ -92,23 +92,23 @@ 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
make install
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
make install
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
Expand Down

0 comments on commit 26eaa8a

Please sign in to comment.