Skip to content

Commit 6406676

Browse files
authored
GH-40323: [R] [CI] Use rocker/r-ver instead of library/r-base (#40321)
### 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 <jkeane@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
1 parent 81c9d30 commit 6406676

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

dev/tasks/tasks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,8 +1293,8 @@ tasks:
12931293
ci: azure
12941294
template: r/azure.linux.yml
12951295
params:
1296-
r_org: library
1297-
r_image: r-base
1296+
r_org: rocker
1297+
r_image: r-ver
12981298
r_tag: latest
12991299
flags: '-e ARROW_DEPENDENCY_SOURCE=BUNDLED'
13001300

@@ -1309,8 +1309,8 @@ tasks:
13091309
ci: azure
13101310
template: r/azure.linux.yml
13111311
params:
1312-
r_org: library
1313-
r_image: r-base
1312+
r_org: rocker
1313+
r_image: r-ver
13141314
r_tag: latest
13151315
flags: '-e ARROW_OFFLINE_BUILD=true'
13161316

@@ -1336,7 +1336,7 @@ tasks:
13361336
r_custom_ccache: true
13371337

13381338
{% for r_org, r_image, r_tag in [("rhub", "ubuntu-gcc-release", "latest"),
1339-
("library", "r-base", "latest"),
1339+
("rocker", "r-ver", "latest"),
13401340
("rstudio", "r-base", "4.2-focal"),
13411341
("rstudio", "r-base", "4.1-opensuse153")] %}
13421342
test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
@@ -1403,8 +1403,8 @@ tasks:
14031403
ci: azure
14041404
template: r/azure.linux.yml
14051405
params:
1406-
r_org: library
1407-
r_image: r-base
1406+
r_org: rocker
1407+
r_image: r-ver
14081408
r_tag: latest
14091409
flags: "-e LIBARROW_MINIMAL=TRUE"
14101410

0 commit comments

Comments
 (0)