Skip to content

Commit

Permalink
Generate vtctldclient client code from vtctlservice.proto on make proto
Browse files Browse the repository at this point in the history
We will also then be checking for drift in the static_checks workflow
as part of the check_make_proto step.

Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Mar 24, 2024
1 parent 4f24560 commit 3c99a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ PROTO_SRCS = $(wildcard proto/*.proto)
PROTO_SRC_NAMES = $(basename $(notdir $(PROTO_SRCS)))
PROTO_GO_OUTS = $(foreach name, $(PROTO_SRC_NAMES), go/vt/proto/$(name)/$(name).pb.go)
# This rule rebuilds all the go files from the proto definitions for gRPC.
proto: $(PROTO_GO_OUTS) vtadmin_web_proto_types
proto: $(PROTO_GO_OUTS) vtadmin_web_proto_types vtctldclient

ifndef NOBANNER
echo $$(date): Compiling proto definitions
Expand Down

0 comments on commit 3c99a2f

Please sign in to comment.