ci: add missing test dependencies
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 3 Mar 2021 12:14:02 +0000 (13:14 +0100)
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>
Thu, 22 Jul 2021 12:18:33 +0000 (14:18 +0200)
rhel-only
Related: #1934504

.github/workflows/unit_tests.sh

index 8648e7149e1dc139ec8553cddde29d3ce04dbb16..ad4584ec1d120de4279545067e70ad72ebc12020 100755 (executable)
@@ -6,7 +6,20 @@ CONT_NAME="${CONT_NAME:-centos-$CENTOS_RELEASE-$RANDOM}"
 DOCKER_EXEC="${DOCKER_EXEC:-docker exec $CONT_NAME}"
 DOCKER_RUN="${DOCKER_RUN:-docker run}"
 REPO_ROOT="${REPO_ROOT:-$PWD}"
-ADDITIONAL_DEPS=(libasan libubsan net-tools strace nc e2fsprogs quota dnsmasq diffutils)
+ADDITIONAL_DEPS=(
+        diffutils
+        dnsmasq
+        e2fsprogs
+        hostname
+        libasan
+        libubsan
+        nc
+        net-tools
+        perl-IPC-SysV
+        perl-Time-HiRes
+        quota
+        strace
+)
 # RHEL8 options
 CONFIGURE_OPTS=(
     -Dsysvinit-path=/etc/rc.d/init.d