use pvc for pkg deps
This commit is contained in:
parent
1533d24314
commit
92b138be08
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GIT_USER: pat-s
|
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:
|
commands:
|
||||||
# download latest package version (avoid having to rebuild image every time)
|
# 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
|
# rscript_startup arg: required to pass down global option to future workers https://github.com/HenrikBengtsson/future/issues/134#issuecomment-2245666169
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue