Add R builds for RHEL 9
This commit is contained in:
parent
b863122cd4
commit
768316ab6f
1 changed files with 215 additions and 8 deletions
|
|
@ -55,6 +55,14 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
rhel-9:
|
||||
image: rockylinux:9
|
||||
command: /r-builds/test/test-yum.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=rhel-9
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
opensuse-153:
|
||||
image: opensuse/leap:15.3
|
||||
command: /r-builds/test/test-zypper.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue