Skip to content

Commit

Permalink
Merge branch 'main' into syncmap-cached-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jul 20, 2023
2 parents d245775 + 4b64bad commit ba6d6f6
Show file tree
Hide file tree
Showing 14 changed files with 1,191 additions and 291 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gen-proto: $(PROTOC_GEN_GO) $(PROTOC_GEN_GO_VTPROTO) $(PROTOC)
$(eval PROTOC_VT_STRUCTS := $(shell for s in $(STRUCTS); do echo --go-vtproto_opt=pool=./aggregationpb.$$s ;done))
$(PROTOC) -I . --go_out=$(PROTOC_OUT) --plugin protoc-gen-go="$(PROTOC_GEN_GO)" \
--go-vtproto_out=$(PROTOC_OUT) --plugin protoc-gen-go-vtproto="$(PROTOC_GEN_GO_VTPROTO)" \
--go-vtproto_opt=features=marshal+unmarshal+size+pool \
--go-vtproto_opt=features=marshal+unmarshal+size+pool+clone \
$(PROTOC_VT_STRUCTS) \
$(wildcard proto/*.proto)
$(MAKE) fmt
Loading

0 comments on commit ba6d6f6

Please sign in to comment.