Page MenuHomePhorge

D6238.1768486264.diff
No OneTemporary

Size
640 B
Referenced Files
None
Subscribers
None

D6238.1768486264.diff

diff --git a/native/android/scripts/install_protobuf.sh b/native/android/scripts/install_protobuf.sh
--- a/native/android/scripts/install_protobuf.sh
+++ b/native/android/scripts/install_protobuf.sh
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+set -euo pipefail
+
git clone \
--recurse-submodules \
--single-branch \
@@ -11,7 +13,11 @@
mkdir build
pushd build || exit
-cmake ../cmake -Dprotobuf_BUILD_SHARED_LIBS=ON -Dprotobuf_ABSL_PROVIDER=package
+cmake ../cmake \
+ -Dprotobuf_BUILD_SHARED_LIBS=ON \
+ -Dprotobuf_ABSL_PROVIDER=package \
+ -DBUILD_TESTING=OFF
+
make install -j "$(nproc)" -l "$(nproc)"
popd || exit # build

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 15, 2:11 PM (17 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5938297
Default Alt Text
D6238.1768486264.diff (640 B)

Event Timeline