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

Remove dependency on libssl #501

Merged
merged 1 commit into from
Jul 27, 2024
Merged

Remove dependency on libssl #501

merged 1 commit into from
Jul 27, 2024

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

Explicitly use rustls-tls and set default-features to false for reqwest so that it doesn't use libssl

PS> ldd ./bin/debug/dsc
        linux-vdso.so.1 (0x00007fff761ea000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007efd595ee000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007efd59507000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007efd592de000)
        /lib64/ld-linux-x86-64.so.2 (0x00007efd5b29d000)

PR Context

Fix #442

@SteveL-MSFT SteveL-MSFT requested a review from anmenaga July 25, 2024 22:38
@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Jul 27, 2024
Merged via the queue into PowerShell:main with commit ce554dd Jul 27, 2024
4 checks passed
@SteveL-MSFT SteveL-MSFT deleted the ssl branch July 27, 2024 04:28
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.

Incompatible libssl dependency on Ubuntu 22.04 and later
2 participants