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:
parent
4a7ae76b60
commit
a4ccbeb3f3
1 changed files with 192 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue