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



##########
File path: dev/tasks/tasks.yml
##########
@@ -941,6 +941,10 @@ tasks:
   test-r-devdocs:
     ci: github
     template: r/github.devdocs.yml
+    
+  test-r-depsource:

Review comment:
       ```suggestion
     test-r-depsource-auto:
   ```

##########
File path: dev/tasks/tasks.yml
##########
@@ -941,6 +941,10 @@ tasks:
   test-r-devdocs:
     ci: github
     template: r/github.devdocs.yml
+    
+  test-r-depsource:
+    ci: github
+    template: r/github.linux.libsource.yml

Review comment:
       I'm not sure we need a custom .yml for this, I think you can get the 
desired result by using an existing docker image we test on and adding 
   
   ```
   flags: '-e ARROW_DEPENDENCY_SOURCE=AUTO'
   ```
   
   like `test-r-gcc-11` below




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