Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3508880
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
661 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/scripts/install_protobuf.sh b/scripts/install_protobuf.sh
index 3ad5364d0..96483592f 100755
--- a/scripts/install_protobuf.sh
+++ b/scripts/install_protobuf.sh
@@ -1,24 +1,24 @@
#!/usr/bin/env bash
set -euo pipefail
git clone \
--recurse-submodules \
--single-branch \
-b v3.15.8 \
https://github.com/protocolbuffers/protobuf
pushd protobuf || exit
mkdir build
pushd build || exit
cmake ../cmake \
-Dprotobuf_BUILD_SHARED_LIBS=ON \
-Dprotobuf_ABSL_PROVIDER=package \
- -DBUILD_TESTING=OFF
+ -Dprotobuf_BUILD_TESTS=OFF
make install -j "$(nproc)" -l "$(nproc)"
popd || exit # build
popd || exit # protobuf
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 12:13 AM (2 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2689971
Default Alt Text
(661 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment