chore: update links, remove duplicated pak install
Some checks failed
ci/crow/cron/process-updates-alpine-321-amd64 Pipeline failed

This commit is contained in:
Patrick Schratz 2025-06-11 12:53:10 +02:00
commit 9e00f4caa3
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -45,11 +45,9 @@ steps:
# volumes:
# - arm64-binaries-r-dep-cache-alpine-321:/mnt/cache
commands:
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-cran-binaries.git .
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraft /mnt/cache/R-pkgs/00LOCK-pak /mnt/cache/pkgcache/R/pkgcache /mnt/cache/pkgcache/R/pkgcache /mnt/cache/R-pkgs/pkgcache /mnt/cache/R-pkgs/00LOCK-pak/mnt/cache/R-pkgs/00LOCK-RPostgres
- R -q -e 'pak::pak("git::https://codefloe.com/rpkgs/bincraft.git")'
# force install pak devel as otherwise sysdeps on Alpine are not resolved correctly
- R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/devel/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
- R -q -e 'packageVersion("bincraft")'
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages
# options(future.globals.onReference = NULL): for some reason s3fs::file_delete() throws 'Error: Detected a non-exportable reference ('externalptr') in one of the globals ('FUN' of class 'function') used in the future expression' otherwise