mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 14:22:31 +02:00
Compile a newer version of OpenSSL
With the distros shipping OpenSSL 3 with engine support, the original purpose for compiling OpenSSL 3 to test sm2/sm3 is no longer necessary and could be removed. Or, it could be re-purposed for building OpenSSL without engine support, which is needed for testing. For both travis and github actions, update openssl-3.0.0-beta1 with openssl-3.0.5. Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
1d4970b46b
commit
abf7b5e236
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
ARCH: i386
|
ARCH: i386
|
||||||
TSS: tpm2-tss
|
TSS: tpm2-tss
|
||||||
VARIANT: i386
|
VARIANT: i386
|
||||||
COMPILE_SSL: openssl-3.0.0-beta1
|
COMPILE_SSL: openssl-3.0.5
|
||||||
|
|
||||||
# cross compilation builds
|
# cross compilation builds
|
||||||
- container: "debian:stable"
|
- container: "debian:stable"
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
TSS: ibmtss
|
TSS: ibmtss
|
||||||
COMPILE_SSL: openssl-3.0.0-beta1
|
COMPILE_SSL: openssl-3.0.5
|
||||||
|
|
||||||
- container: "opensuse/leap"
|
- container: "opensuse/leap"
|
||||||
env:
|
env:
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
TSS: ibmtss
|
TSS: ibmtss
|
||||||
COMPILE_SSL: openssl-3.0.0-beta1
|
COMPILE_SSL: openssl-3.0.5
|
||||||
|
|
||||||
- container: "ubuntu:xenial"
|
- container: "ubuntu:xenial"
|
||||||
env:
|
env:
|
||||||
|
@ -9,7 +9,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
# 32 bit build
|
# 32 bit build
|
||||||
- os: linux
|
- os: linux
|
||||||
env: DISTRO=debian:stable VARIANT=i386 ARCH=i386 TSS=tpm2-tss COMPILE_SSL=openssl-3.0.0-beta1
|
env: DISTRO=debian:stable VARIANT=i386 ARCH=i386 TSS=tpm2-tss COMPILE_SSL=openssl-3.0.5
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
# cross compilation builds
|
# cross compilation builds
|
||||||
@ -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.0-beta1
|
env: DISTRO=opensuse/tumbleweed TSS=ibmtss CONTAINER=podman CONTAINER_ARGS="--runtime=/usr/bin/crun --network=host" COMPILE_SSL=openssl-3.0.5
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -40,7 +40,7 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: DISTRO=ubuntu:jammy TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1
|
env: DISTRO=ubuntu:jammy TSS=ibmtss COMPILE_SSL=openssl-3.0.5
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user