All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ima-evm-utils] travis: include CentOS stream 8
@ 2022-03-23 23:30 Mimi Zohar
  2022-03-24 14:12 ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Mimi Zohar @ 2022-03-23 23:30 UTC (permalink / raw)
  To: linux-integrity; +Cc: Mimi Zohar, Petr Vorel

Replace CentOS 8 with CentOS stream 8.
Use podman for both CentOS 7 & 8.

Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bdf78a1b12cd..0b70971a3c76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-24 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23 23:30 [PATCH ima-evm-utils] travis: include CentOS stream 8 Mimi Zohar
2022-03-24 14:12 ` Petr Vorel
2022-03-24 15:14   ` Mimi Zohar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.