We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
meilisearch-sdk
isahc
Blocked by meilisearch/meilisearch-rust#459
The text was updated successfully, but these errors were encountered:
Maybe we can attempt to conditionally enable the vendored feature on openssl-sys to produce statically linked binaries while the PR isn't merged?
vendored
openssl-sys
Sorry, something went wrong.
No branches or pull requests
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 theisahc
async HTTP client, which is built on curl, which pulls in OpenSSL.Blocked by meilisearch/meilisearch-rust#459
The text was updated successfully, but these errors were encountered: