gate jemalloc behind musl

This commit is contained in:
Robin Appelman 2025-03-25 23:40:08 +01:00
commit c1200c5676
3 changed files with 5 additions and 4 deletions

View file

@ -31,7 +31,7 @@ ruzstd = "0.8.0"
dialoguer = "0.11.0"
indicatif = { version = "0.17.11", features = ["rayon"] }
[target.'cfg(not(target_os = "windows"))'.dependencies]
[target.'cfg(target_env = "musl")'.dependencies]
tikv-jemallocator = "0.6.0"
[profile.dev.package."*"]