mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 22:32: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:
parent
452f4b2eac
commit
f3289d5598
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user