Skip to content

Commit

Permalink
Cleanup protobuild config
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
  • Loading branch information
Iceber committed Mar 22, 2023
1 parent 584d13d commit 0bbca7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions Protobuild.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion api/Protobuild.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0bbca7f

Please sign in to comment.