Skip to content

Commit 200d657

Browse files
authored
gcc not found (#6578)
* debug * fix gcc not found * add CODEOWNERS
1 parent 315ab54 commit 200d657

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ variables:
1616
R_REL_VERSION: "4.4"
1717
R_REL_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.4.1/R-4.4.1-win.exe"
1818
RTOOLS_REL_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe"
19-
RTOOLS43_HOME: "/c/rtools"
19+
RTOOLS44_HOME: "/c/rtools" # needed for finding gcc #6552
2020
R_DEV_VERSION: "4.5"
2121
R_DEV_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/R-devel-win.exe"
22-
RTOOLS_DEV_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe"
23-
RTOOLS44_HOME: "" ## in case R-devel will use new Rtools toolchain, now it uses 4.4 env var
22+
RTOOLS_DEV_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe" # dev uses same rtools as release
2423
R_OLD_VERSION: "4.3"
2524
R_OLD_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.3.3/R-4.3.3-win.exe"
2625
RTOOLS_OLD_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools43/files/rtools43-5958-5975.exe"
27-
RTOOLS42_HOME: "/c/rtools"
26+
RTOOLS43_HOME: "/c/rtools" # needed for finding gcc #6552
2827

2928
stages:
3029
- dependencies

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@
6868
# docs
6969
/man/openmp-utils.Rd @Anirban166
7070
/Seal_of_Approval.md @tdhock
71+
72+
# GLCI
73+
.gitlab-ci.yml @jangorecki @ben-schwen

0 commit comments

Comments
 (0)