netty5/docker
Norman Maurer c56e5e6e4f Fail the build if we can't load the OpenSSL library (#11269)
Motivation:

We should better fail the build if we can't load the OpenSSL library to ensure we not introduce a regression at some point related to native library loading

Modifications:

Remove usages of assumeTrue and let the tests fail if we cant load the native lib

Result:

Ensure we not regress
2021-05-19 11:03:01 +02:00
..
docker-compose.centos-6.111.yaml Update java versions (#11217) 2021-05-02 13:47:33 +02:00
docker-compose.centos-6.116.yaml Fix java version for java16 (#11243) 2021-05-12 14:04:16 +02:00
docker-compose.centos-6.graalvm111.yaml Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00
docker-compose.centos-6.openj9111.yaml Update java versions (#11217) 2021-05-02 13:47:33 +02:00
docker-compose.centos-7.yaml Use MAVEN_OPTS to setup timeouts for dependency downloads (#11250) 2021-05-12 18:04:33 +02:00
docker-compose.yaml Fail the build if we can't load the OpenSSL library (#11269) 2021-05-19 11:03:01 +02:00
Dockerfile.centos6 Try to stabilize docker build by using https (#11070) 2021-03-09 09:10:36 +01:00
Dockerfile.cross_compile_aarch64 Let's use gcc10 when cross-compiling for LSE support (#11112) 2021-03-25 09:34:08 +01:00
README.md Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00

Using the docker images

cd /path/to/netty/

centos 6 with java 11

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.111.yaml run test

aarch64 cross compile for transport-native-epoll on X86_64

docker-compose -f docker/docker-compose.yaml run cross-compile-aarch64-build

The default version of aarch64 gcc is 4.9-2016.02. Update the parameter gcc_version in docker-compose.yaml to use a version you want.

etc, etc