We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a7aac commit 528de01Copy full SHA for 528de01
compose.yaml
@@ -1800,7 +1800,6 @@ services:
1800
ARROW_SOURCE_HOME: "/arrow"
1801
ARROW_R_DEV: "TRUE"
1802
ARROW_USE_PKG_CONFIG: "false"
1803
- NOT_CRAN: "false"
1804
volumes:
1805
- .:/arrow:delegated
1806
command: /arrow/ci/scripts/r_test.sh /arrow
dev/tasks/tasks.yml
@@ -669,11 +669,12 @@ tasks:
669
ci: github
670
template: r/github.linux.cran.yml
671
672
- test-r-alpine-linux:
+ test-r-alpine-linux-cran:
673
674
template: docker-tests/github.linux.yml
675
params:
676
image: alpine-linux-r
677
+ flags: -e NOT_CRAN=false
678
679
test-r-macos-as-cran:
680
0 commit comments