jonkeane commented on a change in pull request #10710: URL: https://github.com/apache/arrow/pull/10710#discussion_r677417547
########## 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: Hmmm, something is going on and this isn't getting passed through, it looks like `DEPENDENCY_SOURCE` is still set to bundled: https://github.com/ursacomputing/crossbow/runs/3170999772?check_suite_focus=true#step:8:283 I'm still tracking down where this is falling out though, so don't yet have an explanation -- 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