From 7111fd1170c90b2b05aae61e7c89cc812dd7ca7b Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Fri, 30 Jun 2023 14:47:32 -0600 Subject: [PATCH] Adds cloudproto1 to `make protobuf` --- tools/protobuf-compile/protobuf-compile.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/protobuf-compile/protobuf-compile.go b/tools/protobuf-compile/protobuf-compile.go index 2591cd3dde..6e27fba689 100644 --- a/tools/protobuf-compile/protobuf-compile.go +++ b/tools/protobuf-compile/protobuf-compile.go @@ -58,6 +58,11 @@ var protocSteps = []protocStep{ "internal/plans/internal/planproto", []string{"--go_out=paths=source_relative:.", "planfile.proto"}, }, + { + "cloudproto1 (cloud protocol version 1)", + "internal/cloudplugin/cloudproto1", + []string{"--go_out=paths=source_relative,plugins=grpc:.", "cloudproto1.proto"}, + }, } func main() {