Add docker-compose config to run build with OpenJ9 JVM (#8903)
Motivation: To ensure Netty works on different JVMs we should also run tests on the CI with these. Modifications: Add docker-compose config to run build with OpenJ9 JVM Result: Ensure Netty works with different JVMs
This commit is contained in:
parent
795f9600ba
commit
a48dd66020
22
docker/docker-compose.centos-6.openj9111.yaml
Normal file
22
docker/docker-compose.centos-6.openj9111.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
runtime-setup:
|
||||||
|
image: netty:centos-6-openj9-1.11
|
||||||
|
build:
|
||||||
|
args:
|
||||||
|
centos_version : "6"
|
||||||
|
java_version : "adopt-openj9@1.11.0-2"
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: netty:centos-6-openj9-1.11
|
||||||
|
|
||||||
|
test-leak:
|
||||||
|
image: netty:centos-6-openj9-1.11
|
||||||
|
|
||||||
|
test-boringssl-static:
|
||||||
|
image: netty:centos-6-openj9-1.11
|
||||||
|
|
||||||
|
shell:
|
||||||
|
image: netty:centos-6-openj9-1.11
|
Loading…
Reference in New Issue
Block a user