From 139b3be4a1bd8425bb9b023ae4d7d86b6be01430 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 23 Jan 2025 10:55:39 -0500 Subject: [PATCH] ci: install kill binary for Debian platforms kill is a bash built-in and the binary is not installed by default on Debian. Install the binary because we need to use Python's subprocess to run the kill command to stop the fio servers for the client/server test script. Signed-off-by: Vincent Fu --- ci/actions-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/actions-install.sh b/ci/actions-install.sh index 5a32ec91..ad352317 100755 --- a/ci/actions-install.sh +++ b/ci/actions-install.sh @@ -89,6 +89,7 @@ DPKGCFG bison build-essential flex + procps zlib1g-dev ) fi -- 2.25.1