Skip to content

Commit ad5ffd1

Browse files
authored
Add boringssl back to Linux, with the fixed C++ (#298)
1 parent 0af346f commit ad5ffd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sdk_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: startsWith(matrix.os, 'ubuntu')
137137
shell: bash
138138
run: |
139-
./build_linux.sh ${{ github.event.inputs.additional_cmake_flags }}
139+
./build_linux.sh -DFIREBASE_USE_BORINGSSL=ON ${{ github.event.inputs.additional_cmake_flags }}
140140
141141
- name: Build SDK (MacOS)
142142
if: startsWith(matrix.os, 'macos')

cmake/firebase_unity_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.171"
2727
)
2828

2929
# https://github.com/firebase/firebase-cpp-sdk
30-
set(FIREBASE_CPP_SDK_PRESET_VERSION "v9.0.0"
30+
set(FIREBASE_CPP_SDK_PRESET_VERSION "origin/unity-v9.0.0"
3131
CACHE STRING
3232
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
3333
)

0 commit comments

Comments
 (0)