run alpine
This commit is contained in:
parent
b7e0b4cb1a
commit
cfa9f98bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ steps:
|
|||
- rm -rf /mnt/cache/R-pkgs/00LOCK-arm64-r-binaries /mnt/cache/R-pkgs/00LOCK-bincraftR
|
||||
# for some reason this one is often corrupt on redhat-9
|
||||
- rm -rf /mnt/cache/R-pkgs/RPostgres /mnt/cache/pkgcache/R/pkgcache
|
||||
- R -q -e 'devtools::install(); packageVersion("bincraftR")'
|
||||
- R -q -e 'devtools::install(quiet = TRUE); packageVersion("bincraftR")'
|
||||
- mkdir -p /root/.R && /bin/bash -c 'echo -e "CXX_STD = CXX14\nCC=ccache gcc\nCPP=ccache gcc\nCXX=ccache g++\nCXX11=ccache g++\nCXX14=ccache g++\nCXX17=ccache g++\nF77=ccache /usr/bin/gfortran\nFC=ccache /usr/bin/gfortran" >> /root/.R/Makevars'
|
||||
# manually install some packages into the cache so that some builds don't fail
|
||||
# Hmisc -> ABCanalysis
|
||||
|
|
|
|||
Loading…
Reference in a new issue