Skip to content

Commit 0f2a1ee

Browse files
committed
exclude known flags
1 parent 64a3ecd commit 0f2a1ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dev/tasks/r/github.linux.cran.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ jobs:
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()

0 commit comments

Comments
 (0)