nealrichardson commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r681744545



##########
File path: dev/tasks/tasks.yml
##########
@@ -941,6 +941,13 @@ tasks:
   test-r-devdocs:
     ci: github
     template: r/github.devdocs.yml
+    
+  test-r-depsource-auto:
+    ci: github
+    template: docker-tests/github.linux.yml
+    params:
+      flags: '-e ARROW_DEPENDENCY_SOURCE=AUTO -e ARROW_SOURCE_HOME="/arrow" -e 
LIBARROW_BUILD=TRUE'
+      image: ubuntu-r

Review comment:
       This isn't the image you want to use. Look at the build logs: it's not 
using the build script we ship with the R package, and it builds a shared 
library. So it's not exercising any of your new code.
   
   Pick one of the images enumerated below this and add a job like it that has 
the `flags` provided. That will exercise `r/inst/build_arrow_static.sh`.




-- 
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


Reply via email to