We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bb5c3 commit 9e62f76Copy full SHA for 9e62f76
1 file changed
dev/tasks/r/github.linux.cran.yml
@@ -48,7 +48,13 @@ jobs:
48
env:
49
{{ macros.github_set_sccache_envvars()|indent(8)}}
50
# 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
+ 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
58
- name: Dump install logs
59
run: cat arrow/r/check/arrow.Rcheck/00install.out
60
if: always()
0 commit comments