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

The version of libssl available in the Alpine package feeds changed with version 3.15. The latest libssl package is 1.1 in 3.14.x and earlier, but newer versions only have libssl3. #7

Open
Freebands22 opened this issue Apr 26, 2024 · 0 comments

Comments

@Freebands22
Copy link

The version of libssl available in the Alpine package feeds changed with version 3.15. The latest libssl package is 1.1 in 3.14.x and earlier, but newer versions only have libssl3.

Add a check for the Alpine version in the install from source script and switch between installing libssl3 and libssl1.1 depending on the distro version.

Also add another entry to the test matrix of distributions to include a 3.14.x Alpine version.

This replaces the two other PRs that aimed to address this issue:

Tested the updated workflow here: https://github.com/git-ecosystem/git-credential-manager/actions/runs/8698286553/job/23855027830

Originally posted by @mjcheetham in git-ecosystem/git-credential-manager#1582

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

No branches or pull requests

1 participant