diff mbox series

[RFC,ima-evm-utils,01/11] travis: use the distro OpenSSL version on jammy

Message ID 20220830005936.189922-2-zohar@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series address deprecated warnings | expand

Commit Message

Mimi Zohar Aug. 30, 2022, 12:59 a.m. UTC
Use the distro OpenSSL version on jammy, which is newer than
OpenSSL 3-beta.

Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Vorel Aug. 30, 2022, 11:30 a.m. UTC | #1
Hi Mimi,

> Use the distro OpenSSL version on jammy, which is newer than
> OpenSSL 3-beta.

Reviewed-by: Petr Vorel <pvorel@suse.cz>
Good catch!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 5741116e418a..b18c871be200 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@  matrix:
           compiler: gcc
 
         - os: linux
-          env: DISTRO=ubuntu:jammy TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1
+          env: DISTRO=ubuntu:jammy TSS=ibmtss
           compiler: gcc
 
         - os: linux