From a22bbf36e9c1e768ffa3ad968e1e8bb3bc38ae60 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Tue, 14 Apr 2026 11:49:39 +0100 Subject: [PATCH] Disable jobs --- .github/workflows/r_extra.yml | 36 ++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/.github/workflows/r_extra.yml b/.github/workflows/r_extra.yml index 9ac9aa6a4246..c8a13e11d1f1 100644 --- a/.github/workflows/r_extra.yml +++ b/.github/workflows/r_extra.yml @@ -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