Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BUILDER_CONTAINER=namely/protoc-all:1.51_1

all: rust go java
all: rust go java cpp

rust:
cargo build
Expand All @@ -19,3 +19,8 @@ java:
docker run -t -w /greptime-proto \
--entrypoint ./scripts/generate-java.sh \
-v ${PWD}:/greptime-proto ${BUILDER_CONTAINER}

cpp:
docker run -t -w /greptime-proto \
--entrypoint ./scripts/generate-cpp.sh \
-v ${PWD}:/greptime-proto ${BUILDER_CONTAINER}
1,870 changes: 1,870 additions & 0 deletions c++/greptime/v1/column.pb.cc

Large diffs are not rendered by default.

Loading