jonkeane commented on a change in pull request #12366:
URL: https://github.com/apache/arrow/pull/12366#discussion_r805054978
##########
File path: .env
##########
@@ -76,6 +76,7 @@ ARROW_R_DEV=TRUE
R_IMAGE=ubuntu-gcc-release
R_ORG=rhub
R_PRUNE_DEPS=FALSE
+R_DUCKDB_DEV=FALSE
Review comment:
Sure, sure — I've done a bit of changes (and will re-run crossbow to
confirm it all works).
It's not quite so easy that we can pass it as `-e R_DUCKDB_DEV=TRUE`, in the
flags like we do with other things because those only get set in the container
when the tests are being run, they aren't set when the container is being built
(which is where we need this flag, since that's when `r_deps.sh` is called).
--
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]