arrow-cpp: disable jemalloc for arm hosts by default
This commit is contained in:
parent
cb2ef38a11
commit
29069e4fef
@ -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,
|
||||||
}:
|
}:
|
||||||
|
Loading…
Reference in New Issue
Block a user