feat: support c++ targets (#60)
* feat: support c++ targets * fix: compile all protos under ./proto * chore: Apply suggestions from code review --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
BUILDER_CONTAINER=namely/protoc-all:1.51_1
|
||||
|
||||
all: rust go java
|
||||
all: rust go java cpp
|
||||
|
||||
rust:
|
||||
cargo build
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user