From fd893da8fb7678d8acbfdbaae86e537d5a0cc55f Mon Sep 17 00:00:00 2001 From: David Sisson Date: Thu, 14 Mar 2024 13:02:53 -0700 Subject: [PATCH] Let's try removing libprotobuf so we can use the bundled version. --- scripts/setup-ubuntu.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 32ff4925..e503d536 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -18,8 +18,6 @@ sudo --preserve-env apt install -y \ clang-tidy \ git \ wget \ - libprotobuf-dev \ - libprotobuf23 \ protobuf-compiler \ clang-format \ uuid-dev \