Skip to content

Commit

Permalink
regenerate protobuf with the right protoc compiler version
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Wang <henwang@amazon.com>
  • Loading branch information
henry118 committed May 22, 2024
1 parent 73f17ac commit f4f1078
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion proto/events.pb.go

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

2 changes: 1 addition & 1 deletion proto/firecracker.pb.go

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

2 changes: 1 addition & 1 deletion proto/service/drivemount/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PROTO_GEN_SRC_TTRPC := $(addprefix ttrpc/,$(PROTO_GEN_SRC))

$(PROTO_GEN_SRC_TTRPC): $(PROTO_SRC)
protoc -I. -I$(PROTOPATH)\
--go-out=:ttrpc \
--go_out=:ttrpc \
$^
protoc -I. -I$(PROTOPATH)\
--go-ttrpc_out=:ttrpc \
Expand Down
6 changes: 3 additions & 3 deletions proto/service/drivemount/ttrpc/drivemount.pb.go

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

14 changes: 7 additions & 7 deletions proto/service/drivemount/ttrpc/drivemount_ttrpc.pb.go

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

4 changes: 2 additions & 2 deletions proto/service/fccontrol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ PROTO_GEN_SRC_TTRPC := $(addprefix ttrpc/,$(PROTO_GEN_SRC))

$(PROTO_GEN_SRC_TTRPC): $(PROTO_SRC)
protoc -I. -I$(PROTOPATH)\
--go_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
--go_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto,Mtypes.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
$^
protoc -I. -I$(PROTOPATH)\
--go-ttrpc_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
--go-ttrpc_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto,Mtypes.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
$^

proto: $(PROTO_GEN_SRC_TTRPC)
Expand Down
6 changes: 3 additions & 3 deletions proto/service/fccontrol/ttrpc/fccontrol.pb.go

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

44 changes: 22 additions & 22 deletions proto/service/fccontrol/ttrpc/fccontrol_ttrpc.pb.go

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

6 changes: 3 additions & 3 deletions proto/service/ioproxy/ttrpc/ioproxy.pb.go

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

8 changes: 4 additions & 4 deletions proto/service/ioproxy/ttrpc/ioproxy_ttrpc.pb.go

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

18 changes: 9 additions & 9 deletions proto/types.pb.go

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

0 comments on commit f4f1078

Please sign in to comment.