oha: Use system jemalloc (#409964)

This commit is contained in:
Aleksana
2025-05-26 17:43:21 +08:00
committed by GitHub
+2
View File
@@ -5,6 +5,7 @@
stdenv,
pkg-config,
openssl,
rust-jemalloc-sys,
}:
rustPlatform.buildRustPackage rec {
@@ -27,6 +28,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
openssl
rust-jemalloc-sys
];
# tests don't work inside the sandbox