From 0bbca7f1bcc29933dfd3cb3c463cc4fb8fbbe036 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Thu, 16 Mar 2023 14:39:19 +0800 Subject: [PATCH] Cleanup protobuild config Signed-off-by: Iceber Gu --- Protobuild.toml | 9 --------- api/Protobuild.toml | 1 - 2 files changed, 10 deletions(-) diff --git a/Protobuild.toml b/Protobuild.toml index a87a43002..976174e5d 100644 --- a/Protobuild.toml +++ b/Protobuild.toml @@ -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" diff --git a/api/Protobuild.toml b/api/Protobuild.toml index 4e65718d0..b75f815a4 100644 --- a/api/Protobuild.toml +++ b/api/Protobuild.toml @@ -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"]