build rhel8
This commit is contained in:
parent
f75d330bb0
commit
6b53c9e341
1 changed files with 5 additions and 5 deletions
|
|
@ -5,10 +5,10 @@ skip_clone: true
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- PLATFORM: rhel-9
|
||||
BLOCK: 1096:3000
|
||||
# - PLATFORM: rhel-9
|
||||
# BLOCK: 1051:1450
|
||||
# BLOCK: 1096:3000
|
||||
- PLATFORM: rhel-8
|
||||
BLOCK: 1:1000
|
||||
# - PLATFORM: rhel-9
|
||||
# BLOCK: 1451:1450
|
||||
# - PLATFORM: ubuntu-2204
|
||||
|
|
@ -20,7 +20,7 @@ matrix:
|
|||
steps:
|
||||
- name: "Build binaries (${PLATFORM}: ${BLOCK})"
|
||||
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token]
|
||||
image: docker.io/pats22/arm-binaries-r-ubi9
|
||||
image: docker.io/pats22/arm-binaries-r-${PLATFORM}
|
||||
pull: true
|
||||
# to ensure the PACKAGES upload step is being executed
|
||||
failure: ignore
|
||||
|
|
@ -31,7 +31,7 @@ steps:
|
|||
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||
CCACHE_DIR: /mnt/cache/ccache
|
||||
volumes:
|
||||
- arm-binaries-r-dep-cache-rhel9:/mnt/cache
|
||||
- arm-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
|
||||
commands:
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue