Add R builds for RHEL 9

This commit is contained in:
Greg Lin 2022-08-08 16:46:27 -05:00
commit 768316ab6f

View file

@ -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