ci: install kill binary for Debian platforms
authorVincent Fu <vincent.fu@samsung.com>
Thu, 23 Jan 2025 15:55:39 +0000 (10:55 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 23 Jan 2025 17:57:42 +0000 (12:57 -0500)
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 <vincent.fu@samsung.com>
ci/actions-install.sh

index 5a32ec91b8335c5be00ecc42c5e6b180e0287ab1..ad3523174c746a34546e4062af179984ce064f17 100755 (executable)
@@ -89,6 +89,7 @@ DPKGCFG
             bison
             build-essential
             flex
+            procps
             zlib1g-dev
         )
     fi