You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
469: Add feature isahc-static-ssl r=bidoubiwa a=TcOhamtyw6lt
# Pull Request
## Related issue
Fixes#468
## What does this PR do?
- With isahc-static-curl feature compiling a static build was still not achievable since it still needed system-wide installed OpenSSL libraries. With the isahc-static-ssl feature was added, now its possible to compile the library without OpenSSL libraries installed.
- The src/task_info.rs file had a failing doc test due not using environmental variables like other tests do. This issue was fixed.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: TcOhamtyw6lt <[email protected]>
0 commit comments