jonkeane commented on code in PR #46124:
URL: https://github.com/apache/arrow/pull/46124#discussion_r2045192318
##########
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
+
+ test-r-m1-san:
+ ci: github
+ template: r/github.macos.m1san.yml
Review Comment:
Yeah, interesting. I wonder if pulling before the fix from that PR with the
new CI job would catch that (probably easier to do after this PR is merged
since it would mean grabbing just a single commit...)
--
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]