mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
protocols: removing unused mappings
Those mappings are not used by our .proto files and there is no difference between .pb.go files generated. Signed-off-by: Beraldo Leal <bleal@redhat.com>
This commit is contained in:
parent
c5d845b30a
commit
c87bc60ea0
@ -56,15 +56,7 @@ generate_go_sources() {
|
||||
local root_path=$(realpath ../)/libs/protocols/protos
|
||||
local cmd="protoc -I$GOPATH/src:${root_path} \
|
||||
--gogottrpc_out=plugins=ttrpc+fieldpath,paths=source_relative,\
|
||||
Mgogoproto/gogo.proto=github.com/gogo/protobuf/gogoproto,\
|
||||
Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,\
|
||||
Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor,\
|
||||
Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,\
|
||||
Mgoogle/protobuf/empty.proto=github.com/gogo/protobuf/types,\
|
||||
Mgoogle/protobuf/field_mask.proto=github.com/gogo/protobuf/types,\
|
||||
Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,\
|
||||
Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,\
|
||||
Mgoogle/rpc/status.proto=github.com/gogo/googleapis/google/rpc\
|
||||
Mgoogle/protobuf/empty.proto=github.com/gogo/protobuf/types\
|
||||
:$(realpath ../)/runtime/virtcontainers/pkg/agent/protocols/$dir_path \
|
||||
${root_path}/$file_name"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user