Skip to content

Commit

Permalink
[=] specify boringssl commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Oct 25, 2024
1 parent a0fc575 commit 93f0f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
- name: Build BoringSSL
run: |
git clone --depth 1 --branch fips-20220613 https://github.com/google/boringssl.git ./third_party/boringssl
git clone https://github.com/google/boringssl.git ./third_party/boringssl
cd ./third_party/boringssl
git reset --hard 04b3213d43492b6c9e0434d8e2a4530a9938f958
mkdir -p build
cd build
cmake -DBUILD_SHARED_LIBS=0 -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC" ..
Expand Down

0 comments on commit 93f0f21

Please sign in to comment.