Skip to content

Commit

Permalink
GH-40323: [R] [CI] Use rocker/r-ver instead of library/r-base (#40321)
Browse files Browse the repository at this point in the history
### Rationale for this change

I'll make an issue if this works

### What changes are included in this PR?

Replace `library/r-base` with `rocker/r-ver` to see if that is more stable for our generic minimal / offline / bundled builds 

### Are these changes tested?

They are the tests

### Are there any user-facing changes?

No
* GitHub Issue: #40323

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
  • Loading branch information
jonkeane authored Mar 2, 2024
1 parent 81c9d30 commit 6406676
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,8 @@ tasks:
ci: azure
template: r/azure.linux.yml
params:
r_org: library
r_image: r-base
r_org: rocker
r_image: r-ver
r_tag: latest
flags: '-e ARROW_DEPENDENCY_SOURCE=BUNDLED'

Expand All @@ -1309,8 +1309,8 @@ tasks:
ci: azure
template: r/azure.linux.yml
params:
r_org: library
r_image: r-base
r_org: rocker
r_image: r-ver
r_tag: latest
flags: '-e ARROW_OFFLINE_BUILD=true'

Expand All @@ -1336,7 +1336,7 @@ tasks:
r_custom_ccache: true

{% for r_org, r_image, r_tag in [("rhub", "ubuntu-gcc-release", "latest"),
("library", "r-base", "latest"),
("rocker", "r-ver", "latest"),
("rstudio", "r-base", "4.2-focal"),
("rstudio", "r-base", "4.1-opensuse153")] %}
test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
Expand Down Expand Up @@ -1403,8 +1403,8 @@ tasks:
ci: azure
template: r/azure.linux.yml
params:
r_org: library
r_image: r-base
r_org: rocker
r_image: r-ver
r_tag: latest
flags: "-e LIBARROW_MINIMAL=TRUE"

Expand Down

0 comments on commit 6406676

Please sign in to comment.