Skip to content

Commit 172ad69

Browse files
authored
even more OS deps, use another docker image instead (#4722)
1 parent 1cc5c0c commit 172ad69

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ test-dev-win: ## R-devel on Windows
278278

279279
integration: ## merging all artifacts to produce single R repository, documentation and website
280280
stage: integration
281-
image: registry.gitlab.com/jangorecki/dockerfiles/r-builder
281+
image: registry.gitlab.com/jangorecki/dockerfiles/r-pkgdown
282282
tags:
283283
- linux
284284
only:
@@ -300,10 +300,7 @@ integration: ## merging all artifacts to produce single R repository, documentat
300300
R_BIN_VERSION: "4.0"
301301
R_DEVEL_BIN_VERSION: "4.1"
302302
script:
303-
## pkgdown installs pkgs from "." so run at start to have clean root dir
304-
- apt-get update -qq && apt-get install -y libxml2-dev libfontconfig1-dev ## fontconfig1 for #4717
305-
- mkdir -p /tmp/pkgdown/library
306-
- R_LIBS_USER=/tmp/pkgdown/library Rscript -e 'install.packages("pkgdown", repos=Sys.getenv("CRAN_MIRROR"), quiet=TRUE); pkgdown::build_site(override=list(destination="./pkgdown"))'
303+
- Rscript -e 'pkgdown::build_site(override=list(destination="./pkgdown"))'
307304
## html manual, vignettes, repos, cran_web, cran_checks
308305
- echo 'source(".ci/ci.R"); source(".ci/publish.R")' >> .Rprofile
309306
## list of available test-* jobs dynamically based on bus/test-* directories

0 commit comments

Comments
 (0)