This is an automated email from the ASF dual-hosted git repository.

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ce3a0b5 fix(dev): add libprotobuf-dev in setup-ubuntu.sh (#603)
5ce3a0b5 is described below

commit 5ce3a0b5ff5f1d543199f57fd017bfa9298dab41
Author: Weibin Zeng <[email protected]>
AuthorDate: Fri Aug 23 17:05:31 2024 +0800

    fix(dev): add libprotobuf-dev in setup-ubuntu.sh (#603)
    
    Signed-off-by: acezen <[email protected]>
---
 dev/release/setup-ubuntu.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/setup-ubuntu.sh b/dev/release/setup-ubuntu.sh
index 6e74b3fc..fdfa3a35 100644
--- a/dev/release/setup-ubuntu.sh
+++ b/dev/release/setup-ubuntu.sh
@@ -30,6 +30,7 @@ id=$(. /etc/os-release && echo ${ID})
 
 apt-get install -y -q --no-install-recommends \
   build-essential \
+  libprotobuf-dev \
   cmake \
   git \
   gnupg \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to