b677e7
From 68555d26da9e46efbd70703b39a81cee601d265a Mon Sep 17 00:00:00 2001
b677e7
From: Frantisek Sumsal <frantisek@sumsal.cz>
b677e7
Date: Wed, 3 Mar 2021 13:14:02 +0100
b677e7
Subject: [PATCH] ci: add missing test dependencies
b677e7
b677e7
rhel-only
b677e7
Related: #1934504
b677e7
---
b677e7
 .github/workflows/unit_tests.sh | 15 ++++++++++++++-
b677e7
 1 file changed, 14 insertions(+), 1 deletion(-)
b677e7
b677e7
diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh
b677e7
index 8648e7149e..ad4584ec1d 100755
b677e7
--- a/.github/workflows/unit_tests.sh
b677e7
+++ b/.github/workflows/unit_tests.sh
b677e7
@@ -6,7 +6,20 @@ CONT_NAME="${CONT_NAME:-centos-$CENTOS_RELEASE-$RANDOM}"
b677e7
 DOCKER_EXEC="${DOCKER_EXEC:-docker exec $CONT_NAME}"
b677e7
 DOCKER_RUN="${DOCKER_RUN:-docker run}"
b677e7
 REPO_ROOT="${REPO_ROOT:-$PWD}"
b677e7
-ADDITIONAL_DEPS=(libasan libubsan net-tools strace nc e2fsprogs quota dnsmasq diffutils)
b677e7
+ADDITIONAL_DEPS=(
b677e7
+        diffutils
b677e7
+        dnsmasq
b677e7
+        e2fsprogs
b677e7
+        hostname
b677e7
+        libasan
b677e7
+        libubsan
b677e7
+        nc
b677e7
+        net-tools
b677e7
+        perl-IPC-SysV
b677e7
+        perl-Time-HiRes
b677e7
+        quota
b677e7
+        strace
b677e7
+)
b677e7
 # RHEL8 options
b677e7
 CONFIGURE_OPTS=(
b677e7
     -Dsysvinit-path=/etc/rc.d/init.d