From: Vincent Fu Date: Thu, 23 Jan 2025 15:55:39 +0000 (-0500) Subject: ci: install kill binary for Debian platforms X-Git-Tag: fio-3.39~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=139b3be4a1bd8425bb9b023ae4d7d86b6be01430;p=fio.git 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 --- 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