kitsune-soc / kitsune

🦊 (fast) ActivityPub-federated microblogging

Home Page:https://joinkitsune.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSSL-free and curl-free musl builds

aumetra opened this issue · comments

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

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