Cleanup protobuild config
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
This commit is contained in:
parent
584d13d5cb
commit
0bbca7f1bc
@ -13,15 +13,6 @@ generators = ["go"]
|
||||
# This is the default.
|
||||
after = ["/usr/local/include", "/usr/include"]
|
||||
|
||||
[[overrides]]
|
||||
# enable ttrpc and disable fieldpath and grpc for the shim
|
||||
prefixes = [
|
||||
"github.com/containerd/containerd/runtime/v1/shim/v1",
|
||||
"github.com/containerd/containerd/api/runtime/task/v2",
|
||||
"github.com/containerd/containerd/api/runtime/sandbox/v1",
|
||||
]
|
||||
generators = ["go", "go-ttrpc"]
|
||||
|
||||
[[descriptors]]
|
||||
prefix = "github.com/containerd/containerd/runtime/v2/runc/options"
|
||||
target = "runtime/v2/runc/options/next.pb.txt"
|
||||
|
@ -29,7 +29,6 @@ generators = ["go", "go-ttrpc", "go-fieldpath"]
|
||||
[[overrides]]
|
||||
# enable ttrpc and disable fieldpath and grpc for the shim
|
||||
prefixes = [
|
||||
"github.com/containerd/containerd/runtime/v1/shim/v1",
|
||||
"github.com/containerd/containerd/api/runtime/task/v2",
|
||||
]
|
||||
generators = ["go", "go-ttrpc"]
|
||||
|
Loading…
Reference in New Issue
Block a user