use ubuntu image for package index update
This commit is contained in:
parent
aa80c113e7
commit
16e70f8a11
1 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ skip_clone: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Upload PACKAGES files
|
- name: Upload PACKAGES files
|
||||||
image: docker.io/devxygmbh/amd64-binaries-r-alpine-321
|
image: docker.io/devxygmbh/amd64-binaries-r-ubuntu-2404
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
|
|
@ -30,16 +30,16 @@ steps:
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
R_PKG_CACHE_DIR: /mnt/cache/pkgcache
|
R_PKG_CACHE_DIR: /mnt/cache/pkgcache
|
||||||
R_LIBS_USER: /mnt/cache/R-pkgs
|
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||||
volumes:
|
# volumes:
|
||||||
- amd64-binaries-r-dep-cache-alpine-321:/mnt/cache
|
# - amd64-binaries-r-dep-cache-alpine-321:/mnt/cache
|
||||||
commands:
|
commands:
|
||||||
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
|
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
|
||||||
- rm -rf /mnt/cache/packages/*
|
- rm -rf /mnt/cache/packages/*
|
||||||
- R -q -e 'pak::pak("pat-s/cranlike@s3")'
|
- R -q -e 'pak::pak("pat-s/cranlike@s3")'
|
||||||
- R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
|
- R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
|
||||||
- R -q -e 'packageVersion("bincraftR")'
|
- R -q -e 'packageVersion("bincraftR")'
|
||||||
- cd /mnt/cache/packages
|
# - cd /mnt/cache/packages
|
||||||
- R -q -e 'options(crayon.enabled = TRUE); library(bincraftR); future::plan("multisession", workers = 4); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index()'
|
- R -q -e 'options(crayon.enabled = TRUE); library(bincraftR); future::plan("multisession", workers = 4); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index(codename = "alpine321")'
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue