Skip to content

Test against different OpenSSL library versions #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

santiagorodriguez96
Copy link
Contributor

Motivation

Similar to cedarcode/tpm-key_attestation#49.

We got a notification that ubuntu-20 images are being deprecated:

https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/#ubuntu-20-image-is-closing-down

After upgrading to ubuntu-22 or ubuntu-24 a lot of tests started to break due to the Rubies on those images coming with OpenSSL version 3+. That means that, by upgrading, we wouldn't have any way of testing against OpenSSL 1.1.1w

We still want to test against OpenSSL 1.1.1w despite it being EOL.

Summary

This PR updates our CI to manually install OpenSSL and Ruby so that we can test against different OpenSSL versions, without having to rely on the OpenSSL version that comes with the OS' ruby.

@santiagorodriguez96 santiagorodriguez96 marked this pull request as draft May 16, 2025 15:11
@santiagorodriguez96 santiagorodriguez96 changed the title Manually install OpenSSL 1.1.1w Test against different OpenSSL library versions May 16, 2025
@santiagorodriguez96 santiagorodriguez96 force-pushed the sr--manually-install-openssl branch from f92a491 to d4159ec Compare May 16, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant