kszucs commented on a change in pull request #11567:
URL: https://github.com/apache/arrow/pull/11567#discussion_r741937119
##########
File path: docker-compose.yml
##########
@@ -933,7 +931,10 @@ services:
environment:
<<: *ccache
volumes: *conda-volumes
- command: *python-conda-command
+ command:
+ ["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
+ /arrow/ci/scripts/python_build.sh /arrow /build true &&
Review comment:
Yes. The `ubuntu-docs` build can take more than 90 minutes so we
shouldn't run that on all PRs. Instead we can build language specific docs for
PRs and execute the full docs built on the master branch.
--
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]