From b08ea1fd996f6ffec7edd0546a223a845da83346 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Mon, 23 May 2022 16:55:16 +0800 Subject: [PATCH] agent: remove bin oci-kata-agent Fixes: #4291 Signed-off-by: Tim Zhang --- src/agent/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index 0245988369..26285480c5 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -87,8 +87,3 @@ standard-oci-runtime = ["rustjail/standard-oci-runtime"] [[bin]] name = "kata-agent" path = "src/main.rs" - -[[bin]] -name = "oci-kata-agent" -path = "src/main.rs" -required-features = ["standard-oci-runtime"]