Skip to content

Commit

Permalink
more things
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Nov 4, 2024
1 parent ad3fdf3 commit 54be423
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/language_client_ruby/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rustflags = ["--cfg", "tracing_unstable"]

# https://github.com/rust-lang/cargo/issues/8607
# [target.x86_64-unknown-linux-musl]
# rustflags = ["-C", "target-feature=-crt-static", "--cfg", "tracing_unstable"]
# [target.aarch64-unknown-linux-musl]
# rustflags = ["-C", "target-feature=-crt-static", "--cfg", "tracing_unstable"]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static", "--cfg", "tracing_unstable"]
[target.aarch64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static", "--cfg", "tracing_unstable"]
4 changes: 4 additions & 0 deletions engine/language_client_typescript/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
[build]
rustflags = ["--cfg", "tracing_unstable"]

[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static", "--cfg", "tracing_unstable"]
[target.aarch64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static", "--cfg", "tracing_unstable"]

0 comments on commit 54be423

Please sign in to comment.