Skip to content

Commit c28b0c2

Browse files
committed
fix: configure musl C++ toolchain for DuckDB build
1 parent 41f216c commit c28b0c2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[env]
2+
CXX_x86_64_unknown_linux_musl = "g++"

dist-workspace.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ install-updater = true
1717
install-path = "CARGO_HOME"
1818
# Skip checking whether the specified configuration files are up to date
1919
allow-dirty = ["ci"]
20+
21+
[dist.dependencies.apt]
22+
musl-tools = { version = '*', targets = ["x86_64-unknown-linux-musl"] }
23+
musl-dev = { version = '*', targets = ["x86_64-unknown-linux-musl"] }

0 commit comments

Comments
 (0)