diff mbox series

[ima-evm-utils,v2,4/4] Replace Ubuntu mantic with noble

Message ID 20240624220157.2248556-5-stefanb@linux.vnet.ibm.com (mailing list archive)
State New
Headers show
Series Enable and disable OpenSSL provider tests | expand

Commit Message

Stefan Berger June 24, 2024, 10:01 p.m. UTC
As Ubuntu noble contains a pkcs11-provider package, use it for testing.
Also use the distro provided openssl version.

Suggested-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
---
 .github/workflows/ci.yml | 5 ++---
 .travis.yml              | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)
diff mbox series

Patch

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