Skip to content
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

Remove manually installed libssl 1.1 #6784

Open
michaelsproul opened this issue Jan 10, 2025 · 0 comments
Open

Remove manually installed libssl 1.1 #6784

michaelsproul opened this issue Jan 10, 2025 · 0 comments
Labels

Comments

@michaelsproul
Copy link
Member

Description

We unblocked CI in a janky way here, by installing the deprecated libssl 1.1 into ubuntu-latest (24.04):

As far as I understand, this issues arose because we're using a pre-built cargo-udeps binary on CI. When I install and run cargo-udeps from source on my local machine running Ubuntu 24.04, it works fine.

The cargo-udeps repo switched to building their binaries on Ubuntu 22.04 to remove the dependence on libssl 1.1 from their published binaries:

We may be able to just remove the libssl 1.1 dep now that a new cargo-udeps release is available. Or, failing that, we could install from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant