use ubuntu image for package index update

This commit is contained in:
Patrick Schratz 2024-12-25 13:18:42 +01:00
commit 16e70f8a11
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -10,7 +10,7 @@ skip_clone: true
steps:
- name: Upload PACKAGES files
image: docker.io/devxygmbh/amd64-binaries-r-alpine-321
image: docker.io/devxygmbh/amd64-binaries-r-ubuntu-2404
pull: true
environment:
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
R_PKG_CACHE_DIR: /mnt/cache/pkgcache
R_LIBS_USER: /mnt/cache/R-pkgs
volumes:
- amd64-binaries-r-dep-cache-alpine-321:/mnt/cache
# volumes:
# - amd64-binaries-r-dep-cache-alpine-321:/mnt/cache
commands:
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
- rm -rf /mnt/cache/packages/*
- 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 'packageVersion("bincraftR")'
- 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()'
# - 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(codename = "alpine321")'
backend_options:
kubernetes:
resources: