Bump ngtcp2

This commit is contained in:
Tatsuhiro Tsujikawa 2022-02-28 19:07:33 +09:00
parent 89431f1727
commit 072784c9ee
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ jobs:
- name: Build ngtcp2 - name: Build ngtcp2
if: matrix.http3 == 'http3' if: matrix.http3 == 'http3'
run: | run: |
git clone --depth 1 -b v0.2.0 https://github.com/ngtcp2/ngtcp2 git clone --depth 1 -b v0.2.1 https://github.com/ngtcp2/ngtcp2
cd ngtcp2 cd ngtcp2
autoreconf -i autoreconf -i
./configure --prefix=$PWD/build --enable-lib-only PKG_CONFIG_PATH="../openssl/build/lib/pkgconfig" ./configure --prefix=$PWD/build --enable-lib-only PKG_CONFIG_PATH="../openssl/build/lib/pkgconfig"

View File

@ -378,7 +378,7 @@ Build ngtcp2:
.. code-block:: text .. code-block:: text
$ git clone --depth 1 -b v0.2.0 https://github.com/ngtcp2/ngtcp2 $ git clone --depth 1 -b v0.2.1 https://github.com/ngtcp2/ngtcp2
$ cd ngtcp2 $ cd ngtcp2
$ autoreconf -i $ autoreconf -i
$ ./configure --prefix=$PWD/build --enable-lib-only \ $ ./configure --prefix=$PWD/build --enable-lib-only \

View File

@ -24,7 +24,7 @@ RUN git clone --depth 1 -b v0.2.0 https://github.com/ngtcp2/nghttp3 && \
cd .. && \ cd .. && \
rm -rf nghttp3 rm -rf nghttp3
RUN git clone --depth 1 -b v0.2.0 https://github.com/ngtcp2/ngtcp2 && \ RUN git clone --depth 1 -b v0.2.1 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && \ cd ngtcp2 && \
autoreconf -i && \ autoreconf -i && \
./configure --enable-lib-only \ ./configure --enable-lib-only \