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

[common-utils] Fixes issue installing libssl3 on debian unstable #1160

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pxslip
Copy link

@pxslip pxslip commented Oct 25, 2024

Debian unstable has libssl3t64 installed, which conflicts with libssl3 and causes image creation to fail.

Added a test to pick libssl3t64 if available, falls back to libssl3 if not.

Some thoughts:

  • Nesting ifs inside of the ^libssl3 test is unnecessary, but felt good for grouping the selection logic together.
  • The elif fallback to libssl3 is likewise overly verbose, but I included it for readability. Changing to else should have the same outcome.

@pxslip pxslip requested a review from a team as a code owner October 25, 2024 19:00
@pxslip
Copy link
Author

pxslip commented Oct 25, 2024

@microsoft-github-policy-service agree

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