kou opened a new pull request, #42110:
URL: https://github.com/apache/arrow/pull/42110

   ### Rationale for this change
   
   If we want to use Valgrind for our tests, we need to specify at least the 
following CMake options:
   
   * `ARROW_RUNTIME_SIMD_LEVEL=AVX2`
   * `ARROW_TEST_MEMCHECK=ON`
   
   If we have a CMake preset for Valgrind, we don't need to remember them.
   
   ### What changes are included in this PR?
   
   Add `features-valgrind` and `ninja-debug-valgrind` preset. 
`features-valgrind` is a hidden preset.
   
   ### Are these changes tested?
   
   Yes. I used this to reproduce #42107 on local.
   
   ### Are there any user-facing changes?
   
   No.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to