We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f216c commit c28b0c2Copy full SHA for c28b0c2
.cargo/config.toml
@@ -0,0 +1,2 @@
1
+[env]
2
+CXX_x86_64_unknown_linux_musl = "g++"
dist-workspace.toml
@@ -17,3 +17,7 @@ install-updater = true
17
install-path = "CARGO_HOME"
18
# Skip checking whether the specified configuration files are up to date
19
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