WillAyd commented on code in PR #1049:
URL: https://github.com/apache/arrow-adbc/pull/1049#discussion_r1321773744
##########
.github/workflows/native-unix.yml:
##########
@@ -169,22 +169,30 @@ jobs:
mamba install -c conda-forge \
--file ci/conda_env_cpp.txt
+ - name: Export ASAN/UBSAN environment variables
+ shell: bash -l {0}
+ run: |
+ echo
"ASAN_OPTIONS=detect_leaks=0:symbolize=1:strict_init_order=true:allocator_may_return_null=1:halt_on_error=1"
>> "$GITHUB_ENV"
Review Comment:
Sounds good. FYI when using this in coordination with Python if you don't
ignore leaks you get a ton of (false?) positives from the CPython runtime.
--
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]