From 200d6572b4687f3bfd555d933b0de4272f885eab Mon Sep 17 00:00:00 2001 From: Benjamin Schwendinger <52290390+ben-schwen@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:16:38 +0200 Subject: [PATCH] gcc not found (#6578) * debug * fix gcc not found * add CODEOWNERS --- .gitlab-ci.yml | 7 +++---- CODEOWNERS | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0cdc2ecff..ba48ee3326 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,15 +16,14 @@ variables: R_REL_VERSION: "4.4" R_REL_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.4.1/R-4.4.1-win.exe" RTOOLS_REL_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe" - RTOOLS43_HOME: "/c/rtools" + RTOOLS44_HOME: "/c/rtools" # needed for finding gcc #6552 R_DEV_VERSION: "4.5" R_DEV_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/R-devel-win.exe" - RTOOLS_DEV_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe" - RTOOLS44_HOME: "" ## in case R-devel will use new Rtools toolchain, now it uses 4.4 env var + RTOOLS_DEV_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe" # dev uses same rtools as release R_OLD_VERSION: "4.3" R_OLD_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.3.3/R-4.3.3-win.exe" RTOOLS_OLD_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools43/files/rtools43-5958-5975.exe" - RTOOLS42_HOME: "/c/rtools" + RTOOLS43_HOME: "/c/rtools" # needed for finding gcc #6552 stages: - dependencies diff --git a/CODEOWNERS b/CODEOWNERS index dc2aba5a10..6d12041c39 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -68,3 +68,6 @@ # docs /man/openmp-utils.Rd @Anirban166 /Seal_of_Approval.md @tdhock + +# GLCI +.gitlab-ci.yml @jangorecki @ben-schwen