Skip to content

Commit 27cca0f

Browse files
authored
GH-46989: [CI][R] Use Ubuntu 20.04 instead of OpenSUSE for R 4.1 (#46990)
### Rationale for this change OpenSUSE 15.5 ships old GCC (7.5) that doesn't have enough C++17 support. ### What changes are included in this PR? Use Ubuntu 20.04 that ships GCC 9.3 instead of OpenSUSE 15.5. Ubuntu 20.04 reached EOL but we can use it for now. We discussed why we need OpenSUSE 15.5 based job at #45718 (comment) . We have the job because https://arrow.apache.org/docs/developers/cpp/building.html said "gcc 7.1 and higher should be sufficient". We need require GCC 9 or later with #46813. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #46989 Lead-authored-by: Sutou Kouhei <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent e4cdd00 commit 27cca0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ tasks:
10131013
{% for r_org, r_image, r_tag in [("rhub", "ubuntu-release", "latest"),
10141014
("rocker", "r-ver", "latest"),
10151015
("rstudio", "r-base", "4.2-focal"),
1016-
("rstudio", "r-base", "4.1-opensuse155")] %}
1016+
("rstudio", "r-base", "4.1-focal")] %}
10171017
test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
10181018
ci: azure
10191019
template: r/azure.linux.yml

0 commit comments

Comments
 (0)