summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-03-03 13:14:02 +0100
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2021-07-22 14:18:33 +0200
commit68555d26da9e46efbd70703b39a81cee601d265a (patch)
tree3b7f3923dbd63f6a7de6d99cbf1586dce6206ffb
parentccde55a339d211af488b1f1c148597d7977a9bb8 (diff)
downloadsystemd-68555d26da9e46efbd70703b39a81cee601d265a.tar.gz
ci: add missing test dependencies
rhel-only Related: #1934504
-rwxr-xr-x.github/workflows/unit_tests.sh15
1 files changed, 14 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh
index 8648e7149e..ad4584ec1d 100755
--- a/.github/workflows/unit_tests.sh
+++ b/.github/workflows/unit_tests.sh
@@ -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