mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 14:22: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:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
TSS: ibmtss
|
TSS: ibmtss
|
||||||
COMPILE_SSL: openssl-3.0.5
|
|
||||||
|
|
||||||
- container: "opensuse/leap"
|
- container: "opensuse/leap"
|
||||||
env:
|
env:
|
||||||
|
@ -32,7 +32,7 @@ matrix:
|
|||||||
|
|
||||||
# glibc (gcc/clang)
|
# glibc (gcc/clang)
|
||||||
- os: linux
|
- 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
|
compiler: clang
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user