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)
commit139b3be4a1bd8425bb9b023ae4d7d86b6be01430
tree80dae107fa4873299224ffabfaff6f5f1dc1a9ff
parent3a505a61298a803e8d5f25dc01fc5e35047c2dc0
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 <vincent.fu@samsung.com>
ci/actions-install.sh