Skip to content

Files

Latest commit

1acd290 · May 16, 2022

History

History
This branch is 897 commits behind netty/netty:4.1.

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 18, 2022
Sep 21, 2021
Dec 22, 2020
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 5, 2022

Using the docker images

cd /path/to/netty/

centos 6 with java 8

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

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