1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-04-27 14:22:31 +02:00

ci: haveged requires EPEL on CentOS stream:8

The travis "fedora:latest" matrix rule fails due to not finding
"haveged".  Install "haveged" after enabling EPEL.

Fixes: f106a9022d1f ("Add support for creating a new testing environment in functions.sh")
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Mimi Zohar 2023-01-26 14:58:06 +01:00
parent 452f4b2eac
commit f3289d5598

View File

@ -46,7 +46,6 @@ yum -y install \
wget \
which \
zstd \
haveged \
systemd \
keyutils \
e2fsprogs \
@ -62,5 +61,8 @@ if [ -f /etc/centos-release ]; then
fi
yum -y install softhsm || true
# haveged is available via EPEL on CentOS stream8.
yum -y install haveged || true
./tests/install-fsverity.sh
./tests/install-mount-idmapped.sh