Skip to content

Commit e4565f1

Browse files
committed
GLCI-only: rtools43
1 parent e4942c6 commit e4565f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build: ## build data.table sources as tar.gz archive
103103
- curl.exe -s -o ../R-oldrel.exe https://cloud.r-project.org/bin/windows/base/old/4.1.3/R-4.1.3-win.exe; Start-Process -FilePath ..\R-oldrel.exe -ArgumentList "/VERYSILENT /DIR=C:\R" -NoNewWindow -Wait
104104

105105
.test-install-rtools-win: &install-rtools-win
106-
- curl.exe -s -o ../rtools.exe https://cloud.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5355-5357.exe; Start-Process -FilePath ..\rtools.exe -ArgumentList "/VERYSILENT /DIR=C:\rtools42" -NoNewWindow -Wait
106+
- curl.exe -s -o ../rtools.exe https://cloud.r-project.org/bin/windows/Rtools/rtools43/files/rtools43-5493-5475.exe; Start-Process -FilePath ..\rtools.exe -ArgumentList "/VERYSILENT /DIR=C:\rtools43" -NoNewWindow -Wait
107107

108108
.test-template: &test
109109
stage: test
@@ -247,7 +247,7 @@ test-rel-win: ## R-release on Windows, test and build binaries
247247
before_script:
248248
- *install-r-rel-win
249249
- *install-rtools-win
250-
- $ENV:PATH = "C:\R\bin;C:\rtools42\usr\bin;$ENV:PATH"
250+
- $ENV:PATH = "C:\R\bin;C:\rtools43\usr\bin;$ENV:PATH"
251251
- Rscript.exe -e "source('.ci/ci.R'); install.packages(dcf.dependencies('DESCRIPTION', which='most'), quiet=TRUE)"
252252
- *cp-src-win
253253
- rm.exe -r bus
@@ -266,7 +266,7 @@ test-dev-win: ## R-devel on Windows; see #5294 for changes in Dec 2021 related t
266266
before_script:
267267
- *install-r-devel-win
268268
- *install-rtools-win
269-
- $ENV:PATH = "C:\R\bin;C:\rtools42\usr\bin;$ENV:PATH"
269+
- $ENV:PATH = "C:\R\bin;C:\rtools43\usr\bin;$ENV:PATH"
270270
- Rscript.exe -e "source('.ci/ci.R'); install.packages(dcf.dependencies('DESCRIPTION', which='most', exclude=c('knitr','rmarkdown')), quiet=TRUE)" ## exclude= for #5294
271271
- *cp-src-win
272272
- rm.exe -r bus

0 commit comments

Comments
 (0)