arrow-cpp: disable jemalloc for arm hosts by default

This commit is contained in:
Phillip Cloud 2024-11-05 07:19:21 -05:00
parent cb2ef38a11
commit 29069e4fef
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -51,7 +51,7 @@
testers, testers,
enableShared ? !stdenv.hostPlatform.isStatic, enableShared ? !stdenv.hostPlatform.isStatic,
enableFlight ? stdenv.buildPlatform == stdenv.hostPlatform, enableFlight ? stdenv.buildPlatform == stdenv.hostPlatform,
enableJemalloc ? !stdenv.hostPlatform.isDarwin, enableJemalloc ? !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isAarch64,
enableS3 ? true, enableS3 ? true,
enableGcs ? !stdenv.hostPlatform.isDarwin, enableGcs ? !stdenv.hostPlatform.isDarwin,
}: }: