uv/crates/platform-host
konsti 29bd0a4ed8
Fix musl compilation (#234)
musl (which we already use in ruff) allows statically linked binaries on
linux. This PR switches to rustls and vendors and fixes the glibc
detection. Using static musl builds makes it easier to avoid glibc
errors in docker and we'll need it later for alpine users anyway.

An alternative is using vendored openssl.
2023-10-30 18:10:17 +01:00
..
src Fix musl compilation (#234) 2023-10-30 18:10:17 +01:00
Cargo.toml Fix musl compilation (#234) 2023-10-30 18:10:17 +01:00