Update BoringSSL version to b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1

This commit is contained in:
Dmitri Tikhonov 2020-10-05 10:41:36 -04:00
parent fecdd10417
commit cb1e8c1022
5 changed files with 5 additions and 5 deletions

View file

@ -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 -

View file

@ -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 -

View file

@ -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

View file

@ -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

View file

@ -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 .