Commit e434536
authored
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]>1 parent 3222e2a commit e434536
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
| |||
0 commit comments