Skip to content

Commit

Permalink
arrow-cpp: disable jemalloc for arm hosts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 5, 2024
1 parent b38ca07 commit 33644fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ar/arrow-cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
testers,
enableShared ? !stdenv.hostPlatform.isStatic,
enableFlight ? stdenv.buildPlatform == stdenv.hostPlatform,
enableJemalloc ? !stdenv.hostPlatform.isDarwin,
enableJemalloc ? !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isAarch64,
enableS3 ? true,
enableGcs ? !stdenv.hostPlatform.isDarwin,
}:
Expand Down

0 comments on commit 33644fa

Please sign in to comment.