As Ubuntu noble contains a pkcs11-provider package, use it for testing. Also use the distro provided openssl version. Suggested-by: Stefan Berger <stefanb@xxxxxxxxxxxxx> Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxxxxx> --- .github/workflows/ci.yml | 5 ++--- .travis.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8471096..71fcaae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,13 +132,12 @@ jobs: CC: gcc TSS: tpm2-tss - - container: "ubuntu:jammy" + - container: "ubuntu:noble" env: CC: gcc TSS: ibmtss - COMPILE_SSL: openssl-3.0.5 - - container: "ubuntu:mantic" + - container: "ubuntu:jammy" env: CC: gcc TSS: ibmtss diff --git a/.travis.yml b/.travis.yml index adaf095..b8876f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,11 +40,11 @@ matrix: compiler: gcc - os: linux - env: DISTRO=ubuntu:mantic TSS=ibmtss + env: DISTRO=ubuntu:noble TSS=ibmtss compiler: gcc - os: linux - env: DISTRO=ubuntu:jammy TSS=ibmtss COMPILE_SSL=openssl-3.0.5 + env: DISTRO=ubuntu:jammy TSS=ibmtss compiler: gcc - os: linux -- 2.45.2