mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Use later version of BoringSSL
This commit is contained in:
parent
55613f4414
commit
7b08963c02
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ task:
|
||||||
- cd boringssl
|
- cd boringssl
|
||||||
# This is so that both GQUIC and IETF branches build. Just picking
|
# This is so that both GQUIC and IETF branches build. Just picking
|
||||||
# a known good revision:
|
# a known good revision:
|
||||||
- git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
|
- git checkout bfe527fa35735e8e045cbfb42b012e13ca68f9cf
|
||||||
- cmake .
|
- cmake .
|
||||||
- make
|
- make
|
||||||
- cd -
|
- cd -
|
||||||
|
|
|
@ -31,7 +31,7 @@ before_script:
|
||||||
- cd boringssl
|
- cd boringssl
|
||||||
# This is so that both GQUIC and IETF branches build. Just picking
|
# This is so that both GQUIC and IETF branches build. Just picking
|
||||||
# a known good revision:
|
# a known good revision:
|
||||||
- git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
|
- git checkout bfe527fa35735e8e045cbfb42b012e13ca68f9cf
|
||||||
- cmake .
|
- cmake .
|
||||||
- make
|
- make
|
||||||
- cd -
|
- cd -
|
||||||
|
|
|
@ -50,7 +50,7 @@ You may need to install pre-requisites like zlib and libevent.
|
||||||
2. Use specific BoringSSL version
|
2. Use specific BoringSSL version
|
||||||
|
|
||||||
```
|
```
|
||||||
git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
|
git checkout bfe527fa35735e8e045cbfb42b012e13ca68f9cf
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Compile the library
|
3. Compile the library
|
||||||
|
|
Loading…
Reference in a new issue