lidavidm commented on code in PR #1049:
URL: https://github.com/apache/arrow-adbc/pull/1049#discussion_r1321759950
##########
.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:
I think we don't need to copy NumPy's config exactly. We can remove
`detect_leaks=0` to keep LeakSanitizer enabled. The other flags seem fine
enough.
--
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]