Skip to content

Commit

Permalink
Update protobuf version and add service prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Jul 6, 2022
1 parent 1ba75c4 commit 8205afc
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 102 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ install-protobuf:

install-protobuild:
@echo "$(WHALE) $@"
@$(GO) install google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1
@$(GO) install github.com/containerd/protobuild@7e5ee24bc1f70e9e289fef15e2631eb3491320bf
@$(GO) install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
@$(GO) install github.com/containerd/protobuild@14832ccc41429f5c4f81028e5af08aa233a219cf

coverage: ## generate coverprofiles from the unit tests, except tests that require root
@echo "$(WHALE) $@"
Expand Down
3 changes: 3 additions & 0 deletions Protobuild.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ generators = ["go"]
# enable ttrpc and disable fieldpath and grpc for the shim
prefixes = ["github.com/containerd/ttrpc/integration/streaming"]
generators = ["go", "go-ttrpc"]

[overrides.parameters.go-ttrpc]
prefix = "TTRPC"
14 changes: 7 additions & 7 deletions integration/streaming/test.pb.go

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

Loading

0 comments on commit 8205afc

Please sign in to comment.