jonkeane commented on code in PR #49655:
URL: https://github.com/apache/arrow/pull/49655#discussion_r3036295971
##########
dev/tasks/r/github.linux.cran.yml:
##########
@@ -48,13 +48,26 @@ jobs:
env:
{{ macros.github_set_sccache_envvars()|indent(8)}}
# setting ARROW_SOURCE_HOME='' here ensures that we use the cpp source
copied into tools/
- run: archery docker run -e ARROW_SOURCE_HOME='' -e SKIP_VIGNETTES={{
'${{ matrix.config.skip_vignettes }}' }} r
+ run: >
+ archery docker run
+ -e ARROW_SOURCE_HOME=''
+ -e SKIP_VIGNETTES={{ '${{ matrix.config.skip_vignettes }}' }}
+ -e _R_CHECK_CRAN_INCOMING_=false
+ -e
_R_CHECK_COMPILATION_FLAGS_KNOWN_="-Werror=implicit-function-declaration
-Wno-error=enum-constexpr-conversion -Wp,-D_FORTIFY_SOURCE=3
-Wno-missing-template-arg-list-after-template-kw"
Review Comment:
I'll pull this out tomorrow and will re-run when I expect the rhubarb runner
will be updated
--
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]