mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-26 22:02:31 +02:00
github: travis: Remove COMPILE_SSL from tumbleweed
Distro has openSSL 3.0.7, no need to compile own openSSL 3.x. Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
fdc2788d8f
commit
80442de4dd
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -124,7 +124,6 @@ jobs:
|
||||
env:
|
||||
CC: clang
|
||||
TSS: ibmtss
|
||||
COMPILE_SSL: openssl-3.0.5
|
||||
|
||||
- container: "opensuse/leap"
|
||||
env:
|
||||
|
@ -32,7 +32,7 @@ matrix:
|
||||
|
||||
# glibc (gcc/clang)
|
||||
- os: linux
|
||||
env: DISTRO=opensuse/tumbleweed TSS=ibmtss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host" COMPILE_SSL=openssl-3.0.5
|
||||
env: DISTRO=opensuse/tumbleweed TSS=ibmtss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host"
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user