build
This commit is contained in:
parent
3c5a770e02
commit
60e4c524f2
1 changed files with 5 additions and 5 deletions
|
|
@ -8,14 +8,14 @@ matrix:
|
||||||
- PLATFORM: redhat-9
|
- PLATFORM: redhat-9
|
||||||
BLOCK: 6851:18000
|
BLOCK: 6851:18000
|
||||||
- PLATFORM: redhat-8
|
- PLATFORM: redhat-8
|
||||||
BLOCK: 6750:18000
|
BLOCK: 7059:18000
|
||||||
- PLATFORM: ubuntu-2404
|
- PLATFORM: ubuntu-2404
|
||||||
BLOCK: 7182:18000
|
BLOCK: 7184:18000
|
||||||
- PLATFORM: ubuntu-2204
|
- PLATFORM: ubuntu-2204
|
||||||
BLOCK: 7177:18000
|
BLOCK: 7233:18000
|
||||||
steps:
|
steps:
|
||||||
- name: 'Build binaries (${PLATFORM}: ${BLOCK})'
|
- name: 'Build binaries (${PLATFORM}: ${BLOCK})'
|
||||||
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token]
|
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token, GITHUB_PAT]
|
||||||
image: docker.io/pats22/arm-binaries-r-${PLATFORM}
|
image: docker.io/pats22/arm-binaries-r-${PLATFORM}
|
||||||
pull: true
|
pull: true
|
||||||
# to ensure the PACKAGES upload step is being executed
|
# to ensure the PACKAGES upload step is being executed
|
||||||
|
|
@ -34,7 +34,7 @@ steps:
|
||||||
- git clone https://pat-s:$$git_ro_token@git.devxy.io/devxy/arm64-r-binaries.git .
|
- git clone https://pat-s:$$git_ro_token@git.devxy.io/devxy/arm64-r-binaries.git .
|
||||||
- rm -rf /mnt/cache/R-pkgs/00LOCK-arm64-r-binaries
|
- rm -rf /mnt/cache/R-pkgs/00LOCK-arm64-r-binaries
|
||||||
- R -q -e 'pak::pak("dyfanjones/s3fs")'
|
- R -q -e 'pak::pak("dyfanjones/s3fs")'
|
||||||
- R -q -e 'pak::local_install(); packageVersion("rBinaries")'
|
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
||||||
- 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'
|
- 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
|
# manually install some packages into the cache so that some builds don't fail
|
||||||
# Hmisc -> ABCanalysis
|
# Hmisc -> ABCanalysis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue