Unverified Commit 29069e4f authored by Phillip Cloud's avatar Phillip Cloud
Browse files

arrow-cpp: disable jemalloc for arm hosts by default

parent cb2ef38a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
}: