mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-28 06:33:36 +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 \
|
wget \
|
||||||
which \
|
which \
|
||||||
zstd \
|
zstd \
|
||||||
haveged \
|
|
||||||
systemd \
|
systemd \
|
||||||
keyutils \
|
keyutils \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
@ -62,5 +61,8 @@ if [ -f /etc/centos-release ]; then
|
|||||||
fi
|
fi
|
||||||
yum -y install softhsm || true
|
yum -y install softhsm || true
|
||||||
|
|
||||||
|
# haveged is available via EPEL on CentOS stream8.
|
||||||
|
yum -y install haveged || true
|
||||||
|
|
||||||
./tests/install-fsverity.sh
|
./tests/install-fsverity.sh
|
||||||
./tests/install-mount-idmapped.sh
|
./tests/install-mount-idmapped.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user