Skip to content

Commit 528de01

Browse files
committed
pass in not_cran=false and rername
1 parent 37a7aac commit 528de01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,6 @@ services:
18001800
ARROW_SOURCE_HOME: "/arrow"
18011801
ARROW_R_DEV: "TRUE"
18021802
ARROW_USE_PKG_CONFIG: "false"
1803-
NOT_CRAN: "false"
18041803
volumes:
18051804
- .:/arrow:delegated
18061805
command: /arrow/ci/scripts/r_test.sh /arrow

dev/tasks/tasks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,12 @@ tasks:
669669
ci: github
670670
template: r/github.linux.cran.yml
671671

672-
test-r-alpine-linux:
672+
test-r-alpine-linux-cran:
673673
ci: github
674674
template: docker-tests/github.linux.yml
675675
params:
676676
image: alpine-linux-r
677+
flags: -e NOT_CRAN=false
677678

678679
test-r-macos-as-cran:
679680
ci: github

0 commit comments

Comments
 (0)