Skip to content

Commit

Permalink
Update protos and get :cppClient:cppClientTest gradle target to pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Sep 17, 2024
1 parent 423ba61 commit 27b8da7
Show file tree
Hide file tree
Showing 25 changed files with 35,445 additions and 25,004 deletions.
2 changes: 1 addition & 1 deletion cpp-client/build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ if [ "$CLONE_PROTOBUF" = "yes" ]; then
echo "*** Cloning protobuf"
cd $SRC
# Previously used version: v25.4
git clone $GIT_FLAGS -b v27.1 --depth 1 "${GITHUB_BASE_URL}/protocolbuffers/protobuf.git"
git clone $GIT_FLAGS -b v28.1 --depth 1 "${GITHUB_BASE_URL}/protocolbuffers/protobuf.git"
echo "*** Cloning protobuf DONE"
fi
if [ "$BUILD_PROTOBUF" = "yes" ]; then
Expand Down
582 changes: 342 additions & 240 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.cc

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 27b8da7

Please sign in to comment.