mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-28 22:53:37 +02:00
travis: Fix fedora:latest, alpine:latest, and alt:sisyphus
As expected, for the same reasons as commit 6287cb76d186 ("travis: Fix openSUSE Tumbleweed"), replace using docker with podman, but now use crun. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
4dab8558fc
commit
1a9472a09c
@ -27,7 +27,7 @@ matrix:
|
|||||||
|
|
||||||
# musl
|
# musl
|
||||||
- os: linux
|
- os: linux
|
||||||
env: DISTRO=alpine:latest TSS=tpm2-tss
|
env: DISTRO=alpine:latest TSS=tpm2-tss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
# glibc (gcc/clang)
|
# glibc (gcc/clang)
|
||||||
@ -48,7 +48,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: DISTRO=fedora:latest TSS=ibmtss
|
env: DISTRO=fedora:latest TSS=ibmtss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -68,7 +68,7 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: DISTRO=alt:sisyphus TSS=libtpm2-tss-devel
|
env: DISTRO=alt:sisyphus TSS=libtpm2-tss-devel CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user