mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
daytona-sdk transitively pulls native-tls via reqwest (its own reqwest v0.12, separate from our rustls-configured workspace reqwest v0.13). native-tls requires libssl headers at build time, which musl-gcc cannot satisfy from the host's glibc libssl-dev. Add a target-specific openssl dep with the vendored feature so openssl-sys compiles openssl from source for musl builds. glibc builds are unaffected — they continue to link against the system libssl that CI runners already have. Verified end-to-end: aarch64-unknown-linux-musl binary built locally runs on Alpine 3.20 (pure musl userspace). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||