Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce musl to the build platforms #4632

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/dev/building/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ For some platforms, DuckDB binaries and extensions (or a [subset of extensions](
|------------------------|------------------------------------------------------------------------------------------------------|
| `freebsd_amd64` | FreeBSD AMD64 (x86_64) |
| `freebsd_arm64` | FreeBSD ARM64 (AArch64) |
| `linux_amd64_musl` | Linux AMD64 (x86_64) with musl libc, e.g., Alpine Linux |
| `linux_arm64_android` | Android ARM64 (AArch64) |
| `linux_arm64_gcc4` | Linux ARM64 (AArch64) with GCC 4, e.g., CentOS 7 |
| `linux_arm64_musl` | Linux ARM64 (x86_64) with musl libc, e.g., Alpine Linux |
| `wasm_eh` | WebAssembly Exception Handling |
| `wasm_mvp` | WebAssembly Minimum Viable Product |
| `windows_amd64_mingw` | Windows 10+ AMD64 (x86_64) with MinGW |
Expand Down