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

Update dependency (openssl-sys) #514

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

atomgardner
Copy link
Collaborator

The OpenSSL package included in Github's Ubuntu 22.04 LTS image was updated last Nov (actions/runner-images#6604).

Run cargo update -p openssl-sys to fix the CI build issues.

type: fixed

@atomgardner
Copy link
Collaborator Author

I wonder whether there's a way to future proof this fix.

Github's Ubuntu 22.04 LTS image's libssl-dev package was [updated] last
November. This package is incompatible with the openssl-sys crate
version specified in Cargo.lock, and is creating build failures.

Run `cargo update -p openssl-sys` to fix.

[updated]: actions/runner-images#6604

type: fixed
@atomgardner atomgardner merged commit e80c692 into casey:master Feb 11, 2023
casey pushed a commit that referenced this pull request Aug 20, 2023
Github's Ubuntu 22.04 LTS image's libssl-dev package was [updated] last
November. This package is incompatible with the openssl-sys crate
version specified in Cargo.lock, and is creating build failures.

Run `cargo update -p openssl-sys` to fix.

[updated]: actions/runner-images#6604

type: fixed
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