Commits


Sutou Kouhei authored and GitHub committed 27e56f01e87
GH-44342: [C++] Disable jemalloc by default on ARM (#44380) ### Rationale for this change jemalloc may have a problem on ARM. See also: https://github.com/apache/arrow/issues/44342 ### What changes are included in this PR? * Disable jemalloc by default on ARM. * Disable jemalloc for manylinux wheel for ARM. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44342 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>