Add builds for openSUSE 15.2

openSUSE 15.2 moved from ICU 60 to 65, breaking compatibility with
openSUSE 15.0 and 15.1.
This commit is contained in:
Greg Lin 2020-08-31 15:59:23 -05:00
commit a4ccbeb3f3

View file

@ -111,3 +111,14 @@ services:
image: r-builds:opensuse-15
volumes:
- ./integration/tmp:/tmp/output
opensuse-152:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.opensuse-152
image: r-builds:opensuse-152
volumes:
- ./integration/tmp:/tmp/output