mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 22:32:31 +02:00
travis: include CentOS stream 8
Replace CentOS 8 with CentOS stream 8. Use podman for both CentOS 7 & 8. Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
e06980b245
commit
170be44a7b
@ -52,11 +52,11 @@ matrix:
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
env: DISTRO=centos:7 TSS=tpm2-tss
|
||||
env: DISTRO=centos:7 TSS=tpm2-tss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
|
||||
compiler: gcc
|
||||
|
||||
- os: linux
|
||||
env: DISTRO=centos:latest TSS=tpm2-tss
|
||||
env: REPO="quay.io/centos/" DISTRO="${REPO}centos:stream8" TSS=tpm2-tss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user