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

OpenSSL-free and curl-free musl builds #389

Open
aumetra opened this issue Oct 25, 2023 · 1 comment
Open

OpenSSL-free and curl-free musl builds #389

aumetra opened this issue Oct 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@aumetra
Copy link
Member

aumetra commented Oct 25, 2023

Right now our pre-built binaries only work on glibc and are dynamically linked to OpenSSL, which makes portability a bit of a pain.

This is because meilisearch-sdk uses the isahc async HTTP client, which is built on curl, which pulls in OpenSSL.

Blocked by meilisearch/meilisearch-rust#459

@aumetra aumetra added the enhancement New feature or request label Oct 25, 2023
@aumetra
Copy link
Member Author

aumetra commented Oct 25, 2023

Maybe we can attempt to conditionally enable the vendored feature on openssl-sys to produce statically linked binaries while the PR isn't merged?

@aumetra aumetra changed the title OpenSSL- and curl-free musl builds OpenSSL-free and curl-free musl builds Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant