From e3a00a2ec21e42090d64be797d6d8fe783f028b6 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 29 Apr 2026 13:28:44 +0100 Subject: [PATCH] kata-deploy: fix binary location for agent-ctl Moving agent-ctl into the root workspace moves the target directory, so update this target to be in root, not src/tools Signed-off-by: stevenhorsman --- tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh index b2f1046299..2290487708 100755 --- a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh +++ b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh @@ -1288,7 +1288,6 @@ install_tools_helper() { [[ "${tool}" = "trace-forwarder" ]] && tool_binary="kata-trace-forwarder" local tool_build_dir="target" - [[ "${tool}" = "agent-ctl" ]] && tool_build_dir="src/tools/${tool}" binary=$(find "${repo_root_dir}/${tool_build_dir}" -type f -name "${tool_binary}") binary_count=$(echo "${binary}" | grep -c '^' || echo "0")