jonkeane commented on code in PR #46124: URL: https://github.com/apache/arrow/pull/46124#discussion_r2044396144
########## dev/tasks/tasks.yml: ########## @@ -1087,13 +1087,25 @@ tasks: image: ubuntu-r-sanitizer timeout: 120 - test-r-clang-sanitizer: + test-r-clang-asan: ci: github template: docker-tests/github.linux.yml params: env: R_PRUNE_DEPS: TRUE - image: r-clang-sanitizer + image: r-clang-asan + + test-r-clang-ubsan: + ci: github + template: docker-tests/github.linux.yml + params: + env: + R_PRUNE_DEPS: TRUE + image: r-clang-ubsan Review Comment: It turns out we were _only_ running the address sanitizer here. So I've added undefined behavior sanitizer too. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org