Skip to content

Commit eed8073

Browse files
committed
set build to use static glibc
1 parent 27fe013 commit eed8073

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dsc/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ thiserror = "1.0.52"
3030
tracing = { version = "0.1.37" }
3131
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "json"] }
3232
tracing-indicatif = { version = "0.3.6" }
33+
34+
[target.x86_64-unknown-linux-gnu]
35+
rustflags = ["-C", "target-feature=+crt-static"]
36+
37+
[target.aaarch64-unknown-linux-gnu]
38+
rustflags = ["-C", "target-feature=+crt-static"]

0 commit comments

Comments
 (0)