From 122a85e222bcb2a4a95fb874173d6fb2c2b8ac46 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 220e66287..77ec06d8a 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -81,8 +81,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"]