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