fix ubuntu 2204
This commit is contained in:
parent
f64db635a0
commit
6bfff98949
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -46,7 +46,7 @@ steps:
|
|||
image: busybox:latest
|
||||
failure: ignore
|
||||
commands:
|
||||
- sleep 10
|
||||
- sleep 200
|
||||
- echo "Warmed Up"
|
||||
backend_options:
|
||||
kubernetes:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ RUN curl -q -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Sour
|
|||
|
||||
### INSTALL R
|
||||
RUN curl -O "https://devxy-r-builds.s3.eu-central-2.amazonaws.com/2204/r-${R_VERSION}_1_arm64.deb"
|
||||
RUN gdebi -n -qq "r-${R_VERSION}_1_arm64.deb" && "rm r-${R_VERSION}_1_arm64.deb"
|
||||
RUN gdebi -n -qq "r-${R_VERSION}_1_arm64.deb" && rm "r-${R_VERSION}_1_arm64.deb"
|
||||
RUN R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
|
||||
|
||||
# Makevars
|
||||
|
|
|
|||
Loading…
Reference in a new issue