mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
Previously, only glibc builds were tracked in the bootstrap script. A new field `libc` tracks if `gnu` or `musl` are used on linux, while it is `"none"` everywhere else. I've confirmed that the updated script works on ubuntu and alpine.