Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-45270: [C++][CI] Disable mimalloc on Valgrind builds (apache…
…#45271) ### Rationale for this change Valgrind is not aware of third-party allocators such as mimalloc and jemalloc. This can lead to spurious errors or, on the contrary, it could hide some actual issues. ### What changes are included in this PR? Disable mimalloc in the Valgrind build (jemalloc is already disabled). ### Are these changes tested? Yes, by existing CI. ### Are there any user-facing changes? No. * GitHub Issue: apache#45270 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
- Loading branch information