Skip to content

Commit

Permalink
Add docker-compose file to compile / test with graalvm (netty#9072)
Browse files Browse the repository at this point in the history
Motivation:

We should try to compile / test with graalvm as well.

Modifications:

Add docker-compose file for graalvm

Result:

Be able to also compile / test with graalvm
  • Loading branch information
normanmaurer authored Apr 29, 2019
1 parent b5a2774 commit fb6f8f5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docker/docker-compose.centos-6.graalvm1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: "3"

services:

runtime-setup:
image: netty:centos-6-1.8
build:
args:
centos_version : "6"
java_version : "[email protected]"

test:
image: netty:centos-6-1.8

test-leak:
image: netty:centos-6-1.8

test-boringssl-static:
image: netty:centos-6-1.8

shell:
image: netty:centos-6-1.8

0 comments on commit fb6f8f5

Please sign in to comment.