kszucs commented on a change in pull request #11567:
URL: https://github.com/apache/arrow/pull/11567#discussion_r738530217
##########
File path: docker-compose.yml
##########
@@ -1088,6 +1088,7 @@ services:
/bin/bash -c "
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/python_build.sh /arrow /build &&
+ /arrow/ci/scripts/r_build.sh /arrow true &&
Review comment:
@jonkeane I assume we don't need to run `R CMD INSTALL` here, so we
need to change this. The point would be to have at least one build running on R
PRs where we build the R documentation too.
--
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]