mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 05:11:13 +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: f106a9022d
("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:
@ -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
|
||||
|
Reference in New Issue
Block a user