mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Update BoringSSL version to b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
This commit is contained in:
parent
fecdd10417
commit
cb1e8c1022
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ task:
|
|||
- cd boringssl
|
||||
# This is so that both GQUIC and IETF branches build. Just picking
|
||||
# a known good revision:
|
||||
- git checkout 251b5169fd44345f455438312ec4e18ae07fd58c
|
||||
- git checkout b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
|
||||
- cmake .
|
||||
- make
|
||||
- cd -
|
||||
|
|
|
@ -31,7 +31,7 @@ before_script:
|
|||
- cd boringssl
|
||||
# This is so that both GQUIC and IETF branches build. Just picking
|
||||
# a known good revision:
|
||||
- git checkout 251b5169fd44345f455438312ec4e18ae07fd58c
|
||||
- git checkout b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
|
||||
- cmake .
|
||||
- make
|
||||
- cd -
|
||||
|
|
|
@ -17,7 +17,7 @@ COPY ./ /src/lsquic/
|
|||
|
||||
RUN git clone https://boringssl.googlesource.com/boringssl && \
|
||||
cd boringssl && \
|
||||
git checkout 251b5169fd44345f455438312ec4e18ae07fd58c && \
|
||||
git checkout b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1 && \
|
||||
cmake . && \
|
||||
make
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ You may need to install pre-requisites like zlib and libevent.
|
|||
2. Use specific BoringSSL version
|
||||
|
||||
```
|
||||
git checkout 251b5169fd44345f455438312ec4e18ae07fd58c
|
||||
git checkout b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
|
||||
```
|
||||
|
||||
3. Compile the library
|
||||
|
|
|
@ -30,7 +30,7 @@ build_script:
|
|||
|
||||
cd boringssl
|
||||
|
||||
git checkout 251b5169fd44345f455438312ec4e18ae07fd58c
|
||||
git checkout b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
|
||||
|
||||
cmake -DCMAKE_GENERATOR_PLATFORM=x64 --config Debug -DBUILD_SHARED_LIBS=OFF -DOPENSSL_NO_ASM=1 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue