Skip to content

Commit 0fb2c8e

Browse files
authored
GH-49737: [R][CI] Disable Rhub GCC 12 and GCC 13 with LTO jobs - images no longer match CRAN (#49739)
### Rationale for this change Disable failing + out of date CI jobs until we have a container with GCC 15 to replace them ### What changes are included in this PR? Disable them - leave commented out as we'll replace later ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #49737 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 36c498d commit 0fb2c8e

1 file changed

Lines changed: 21 additions & 15 deletions

File tree

.github/workflows/r_extra.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,27 @@ jobs:
130130
image: r
131131
runs-on: ubuntu-latest
132132
title: Rhub
133-
- envs:
134-
- R_CUSTOM_CCACHE=true
135-
- R_IMAGE=ubuntu-gcc12
136-
- R_ORG=rhub
137-
image: r
138-
runs-on: ubuntu-latest
139-
title: Rhub GCC 12
140-
- envs:
141-
- R_IMAGE=gcc13
142-
- R_ORG=rhub
143-
image: r
144-
runs-on: ubuntu-latest
145-
run-options: >-
146-
-e INSTALL_ARGS=--use-LTO
147-
title: Rhub GCC 13 with LTO
133+
# Disabled: rhub/ubuntu-gcc12 image uses GCC 12 but CRAN now uses GCC 15.
134+
# See https://github.com/apache/arrow/issues/49737
135+
# Re-enable once r-hub/containers provides a GCC 15 image (#49738).
136+
# - envs:
137+
# - R_CUSTOM_CCACHE=true
138+
# - R_IMAGE=ubuntu-gcc12
139+
# - R_ORG=rhub
140+
# image: r
141+
# runs-on: ubuntu-latest
142+
# title: Rhub GCC 12
143+
# Disabled: rhub/gcc13 image uses GCC 13 but CRAN now uses GCC 15.
144+
# See https://github.com/apache/arrow/issues/49737
145+
# Re-enable once r-hub/containers provides a GCC 15 image (#49738).
146+
# - envs:
147+
# - R_IMAGE=gcc13
148+
# - R_ORG=rhub
149+
# image: r
150+
# runs-on: ubuntu-latest
151+
# run-options: >-
152+
# -e INSTALL_ARGS=--use-LTO
153+
# title: Rhub GCC 13 with LTO
148154
- envs:
149155
- R_IMAGE=r-base
150156
- R_ORG=rstudio

0 commit comments

Comments
 (0)