karldw commented on a change in pull request #11001:
URL: https://github.com/apache/arrow/pull/11001#discussion_r697695071
##########
File path: dev/tasks/tasks.yml
##########
@@ -1033,6 +1033,14 @@ tasks:
flags: '-e ARROW_SOURCE_HOME="/arrow" -e FORCE_BUNDLED_BUILD=TRUE -e
LIBARROW_BUILD=TRUE -e ARROW_DEPENDENCY_SOURCE=SYSTEM'
image: ubuntu-r-only-r
+ test-r-offline-minimal:
+ ci: azure
+ template: r/azure.linux.yml
+ params:
+ r_org: rocker
+ r_image: r-base
+ r_tag: latest
+ flags: '-e TEST_OFFLINE_BUILD=true'
Review comment:
@jonkeane, when you're back and have time to look at this, it'd be great
to have suggestions on the CI. I tried to add one task here, with the goal of
testing the feature-light offline build.
I wasn't sure if that task is correct, or how to go about testing the
feature-rich offline build. Currently that build requires two installs: one to
bring in the `download_optional_dependencies` function and another to build
with those dependencies downloaded. @nealrichardson's comment
[here](https://github.com/apache/arrow/pull/11001/#discussion_r697443624) might
let us avoid the first install.
--
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]