jonkeane commented on a change in pull request #10710: URL: https://github.com/apache/arrow/pull/10710#discussion_r686073860
########## File path: dev/tasks/tasks.yml ########## @@ -1013,6 +1013,15 @@ tasks: test-r-devdocs: ci: github template: r/github.devdocs.yml + + test-r-depsource-auto: + ci: azure + template: r/azure.linux.yml + params: + r_org: rocker + r_image: r-base + r_tag: latest + flags: '-e ARROW_DEPENDENCY_SOURCE=AUTO' Review comment: Should we try and add a task that also tests `ARROW_DEPENDENCY_SOURCE=SYSTEM`? To test when we can't fall back to building? Maybe I'm paranoid, but I'm a bit worried if the rocker base happens to not have any of our dependencies installed, this isn't _actually_ exercising linking to them. -- 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