Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 21 additions & 15 deletions .github/workflows/r_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,27 @@ jobs:
image: r
runs-on: ubuntu-latest
title: Rhub
- envs:
- R_CUSTOM_CCACHE=true
- R_IMAGE=ubuntu-gcc12
- R_ORG=rhub
image: r
runs-on: ubuntu-latest
title: Rhub GCC 12
- envs:
- R_IMAGE=gcc13
- R_ORG=rhub
image: r
runs-on: ubuntu-latest
run-options: >-
-e INSTALL_ARGS=--use-LTO
title: Rhub GCC 13 with LTO
# Disabled: rhub/ubuntu-gcc12 image uses GCC 12 but CRAN now uses GCC 15.
# See https://github.com/apache/arrow/issues/49737
# Re-enable once r-hub/containers provides a GCC 15 image (#49738).
# - envs:
# - R_CUSTOM_CCACHE=true
# - R_IMAGE=ubuntu-gcc12
# - R_ORG=rhub
# image: r
# runs-on: ubuntu-latest
# title: Rhub GCC 12
# Disabled: rhub/gcc13 image uses GCC 13 but CRAN now uses GCC 15.
# See https://github.com/apache/arrow/issues/49737
# Re-enable once r-hub/containers provides a GCC 15 image (#49738).
# - envs:
# - R_IMAGE=gcc13
# - R_ORG=rhub
# image: r
# runs-on: ubuntu-latest
# run-options: >-
# -e INSTALL_ARGS=--use-LTO
# title: Rhub GCC 13 with LTO
- envs:
- R_IMAGE=r-base
- R_ORG=rstudio
Expand Down
Loading