Skip to content

Commit

Permalink
gcc not found (#6578)
Browse files Browse the repository at this point in the history
* debug

* fix gcc not found

* add CODEOWNERS
  • Loading branch information
ben-schwen authored Oct 18, 2024
1 parent 315ab54 commit 200d657
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@
# docs
/man/openmp-utils.Rd @Anirban166
/Seal_of_Approval.md @tdhock

# GLCI
.gitlab-ci.yml @jangorecki @ben-schwen

0 comments on commit 200d657

Please sign in to comment.