Skip to content

Commit ce9b5da

Browse files
Bump major.minor versions for devel/release/oldrel (#6550)
1 parent 1a480c1 commit ce9b5da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ variables:
1212
TZ: "UTC" ## to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
1313
## Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
1414
## a non-UTC timezone, although, that's what we do routinely in dev.
15-
R_REL_VERSION: "4.3"
16-
R_REL_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.3.2/R-4.3.2-win.exe"
17-
RTOOLS_REL_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools43/files/rtools43-5958-5975.exe"
15+
R_REL_VERSION: "4.4"
16+
R_REL_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.4.1/R-4.4.1-win.exe"
17+
RTOOLS_REL_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe"
1818
RTOOLS43_HOME: "/c/rtools"
19-
R_DEV_VERSION: "4.4"
19+
R_DEV_VERSION: "4.5"
2020
R_DEV_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/R-devel-win.exe"
21-
RTOOLS_DEV_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools43/files/rtools43-5958-5975.exe"
22-
RTOOLS44_HOME: "" ## in case R-devel will use new Rtools toolchain, now it uses 4.3 env var
23-
R_OLD_VERSION: "4.2"
24-
R_OLD_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.2.3/R-4.2.3-win.exe"
25-
RTOOLS_OLD_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5355-5357.exe"
21+
RTOOLS_DEV_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe"
22+
RTOOLS44_HOME: "" ## in case R-devel will use new Rtools toolchain, now it uses 4.4 env var
23+
R_OLD_VERSION: "4.3"
24+
R_OLD_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.3.3/R-4.3.3-win.exe"
25+
RTOOLS_OLD_BIN: "https://cloud.r-project.org/bin/windows/Rtools/rtools43/files/rtools43-5958-5975.exe"
2626
RTOOLS42_HOME: "/c/rtools"
2727

2828
stages:

0 commit comments

Comments
 (0)