You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, this issues arose because we're using a pre-builtcargo-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:
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 runcargo-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:ubuntu-latest
runner est31/cargo-udeps#294We may be able to just remove the
libssl 1.1
dep now that a newcargo-udeps
release is available. Or, failing that, we could install from source.The text was updated successfully, but these errors were encountered: