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



##########
File path: r/inst/build_arrow_static.sh
##########
@@ -54,7 +67,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
     -DARROW_COMPUTE=ON \
     -DARROW_CSV=ON \
     -DARROW_DATASET=${ARROW_DATASET:-ON} \
-    -DARROW_DEPENDENCY_SOURCE=BUNDLED \
+    -DARROW_DEPENDENCY_SOURCE=${ARROW_DEPENDENCY_SOURCE} \

Review comment:
       That's weird; I did a diff comparing the `BUNDLED` and `AUTO` jobs, and 
the main thing that stood out to me there was that in the `AUTO` one, there's a 
load of lines that start with "Looking for" and then whatever dependency, so I 
assumed it was working.  
   
   Could this be related to @nealrichardson 's comment below about it needing 
to be done earlier, in `r/configure`?




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


Reply via email to