style: apply air and prettier formatting repo-wide
This commit is contained in:
parent
cf851c1c30
commit
251bba8f23
3 changed files with 555 additions and 259 deletions
|
|
@ -6,7 +6,6 @@ when:
|
|||
- event: cron
|
||||
cron: archive-missed-packages
|
||||
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- CODENAME: jammy
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ depends_on:
|
|||
|
||||
steps:
|
||||
- name: 'Build binaries'
|
||||
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
|
||||
image: 'reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}'
|
||||
pull: true
|
||||
environment:
|
||||
RED_HAT_DEV_PW:
|
||||
|
|
@ -57,7 +57,7 @@ steps:
|
|||
# normal env vars
|
||||
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: ""
|
||||
R_PKG_CACHE_DIR: ''
|
||||
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||
CCACHE_DIR: /mnt/cache/ccache
|
||||
NCPUS: 2
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ depends_on:
|
|||
|
||||
steps:
|
||||
- name: 'Build binaries'
|
||||
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
|
||||
image: 'reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}'
|
||||
pull: true
|
||||
environment:
|
||||
RED_HAT_DEV_PW:
|
||||
|
|
|
|||
Loading…
Reference in a new issue