diff --git a/.woodpecker/update-package-index-alpine-321-amd64.yaml b/.woodpecker/update-package-index-alpine-321-amd64.yaml index 75f0c97..b366ff9 100644 --- a/.woodpecker/update-package-index-alpine-321-amd64.yaml +++ b/.woodpecker/update-package-index-alpine-321-amd64.yaml @@ -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: