Skip to content

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 force-pushed the cargo-update/openssl-sys branch from f13e4db to 998e70e Compare February 11, 2023 00:08
@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