pitrou commented on issue #39884: URL: https://github.com/apache/arrow/issues/39884#issuecomment-1942272173
> Does anyone know by heart which builds have ASAN enabled It's easy to find out in the C++ CMake build logs. AppVeyor has ASAN off: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/49167126?fullLog=true#L1211 ``` -- Checks options: -- -- ARROW_TEST_MEMCHECK=OFF [default=OFF] -- Run the test suite using valgrind --tool=memcheck -- ARROW_USE_ASAN=OFF [default=OFF] -- Enable Address Sanitizer checks -- ARROW_USE_TSAN=OFF [default=OFF] -- Enable Thread Sanitizer checks -- ARROW_USE_UBSAN=OFF [default=OFF] -- Enable Undefined Behavior sanitizer checks -- ``` -- 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]
