-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix setup step in Build and Cassandra workflows #90
Conversation
@Lorak-mmk currently #78 is blocked by this PR. |
Why aren't we using Ubuntu latest in our github actions? (actually, looks like we do, so I'm unsure why are we getting xenial stuff? Some backward compat?) |
@mykaul We are using xenial repo for |
The tests require |
I can confirm that the tests successfully pass with |
The workflows fail for current pull requests as it seems that xenial-security does not maintain keys for the Ubuntu keyserver. This will manually add the keys to the system.
Good - thanks. 1.0 is not maintained even anymore (I think? https://www.openssl.org/policies/releasestrat.html ) |
The Rust driver should support it out of the box. Documentation of the crate that we use to bind to OpenSSL states that "OpenSSL versions 1.0.1 through 3.x.x and LibreSSL versions 2.5 through 3.4.1 are supported." https://docs.rs/openssl/latest/openssl/ , first paragraph |
The workflows fail for current pull requests:
It seems that xenial-security does not maintain keys for the Ubuntu keyserver.
This PR will manually add the keys to the system.
Pre-review checklist
.github/workflows/build.yml
ingtest_filter
..github/workflows/cassandra.yml
ingtest_filter
.