commit
42394e3342
|
@ -127,7 +127,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone https://boringssl.googlesource.com/boringssl
|
git clone https://boringssl.googlesource.com/boringssl
|
||||||
cd boringssl
|
cd boringssl
|
||||||
git checkout b95124305ab15c7523d3e21437309fa5dd717ee8
|
git checkout a6d321b11fa80496b7c8ae6405468c212d4f5c87
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON ..
|
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON ..
|
||||||
|
|
|
@ -150,7 +150,7 @@ following libraries are required:
|
||||||
* `OpenSSL with QUIC support
|
* `OpenSSL with QUIC support
|
||||||
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1q+quic>`_; or
|
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1q+quic>`_; or
|
||||||
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
|
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
|
||||||
b95124305ab15c7523d3e21437309fa5dd717ee8)
|
a6d321b11fa80496b7c8ae6405468c212d4f5c87)
|
||||||
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 0.7.0
|
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 0.7.0
|
||||||
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 0.6.0
|
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 0.6.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue