use pvc for pkg deps

This commit is contained in:
Patrick Schratz 2024-07-24 22:28:34 +02:00
commit 92b138be08
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -20,6 +20,10 @@ steps:
pull: true
environment:
GIT_USER: pat-s
# 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/
volumes:
- arm-binaries-r-dep-cache:/mnt/cache
commands:
# download latest package version (avoid having to rebuild image every time)
# rscript_startup arg: required to pass down global option to future workers https://github.com/HenrikBengtsson/future/issues/134#issuecomment-2245666169