File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 4848 env :
4949 {{ macros.github_set_sccache_envvars()|indent(8)}}
5050 # setting ARROW_SOURCE_HOME='' here ensures that we use the cpp source copied into tools/
51- run : archery docker run -e ARROW_SOURCE_HOME='' -e SKIP_VIGNETTES={{ '${{ matrix.config.skip_vignettes }}' }} -e _R_CHECK_CRAN_INCOMING_=false r
51+ run : >
52+ archery docker run
53+ -e ARROW_SOURCE_HOME=''
54+ -e SKIP_VIGNETTES={{ '${{ matrix.config.skip_vignettes }}' }}
55+ -e _R_CHECK_CRAN_INCOMING_=false
56+ -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"
57+ r
5258 - name : Dump install logs
5359 run : cat arrow/r/check/arrow.Rcheck/00install.out
5460 if : always()
You can’t perform that action at this time.
0 commit comments