jonkeane commented on code in PR #41403:
URL: https://github.com/apache/arrow/pull/41403#discussion_r1582198150
##########
dev/tasks/r/github.linux.offline.build.yml:
##########
@@ -84,7 +84,7 @@ jobs:
{{ macros.github_set_sccache_envvars()|indent(8)}}
run: |
cd arrow/r
- R CMD INSTALL --install-tests --no-test-load --no-docs --no-help
--no-byte-compile arrow_with_deps.tar.gz
+ R CMD INSTALL --install-tests --no-test-load --no-byte-compile
arrow_with_deps.tar.gz
Review Comment:
Apparently docs are checked in 4.4 regardless and we get an error about
corrupt docs. It's not too much extra time to build them though
--
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]