jonkeane commented on a change in pull request #11795:
URL: https://github.com/apache/arrow/pull/11795#discussion_r759616684
##########
File path: ci/scripts/r_deps.sh
##########
@@ -41,6 +41,13 @@ fi
# but we want to error/fail the build.
# options(warn=2) turns warnings into errors
${R_BIN} -e "options(warn=2); install.packages('remotes');
remotes::install_cran(c('glue', 'rcmdcheck', 'sys'));
remotes::install_deps(INSTALL_opts = '"${INSTALL_ARGS}"')"
+
+# (Temporarily) install DuckDB from source to avoid their Unity builds (though
only if we haven't filtered it out of the deps above)
Review comment:
Yeah, there are no mac or windows builds that use these scripts
--
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]