Commit Graph

4 Commits

Author SHA1 Message Date
Chris Vest 59b564ddc8 Add a docker-based build
Motivation:
Because of the current dependency on snapshot versions of the Panama Foreign version of OpenJDK 16, this project is fairly involved to build.

Modification:
To make it easier for newcomers to build the binaries for this project, a docker-based build is added.
The docker image is constructed such that it contains a fresh snapshot build of the right fork of Java.
A make file has also been added, which encapsulates the common commands one would use for working with the docker build.

Result:
It is now easy for newcomers to make builds, and run tests, of this project, as long as they have a working docker installation.
2020-11-18 17:16:37 +01:00
Chris Vest 0ad7f648ae Get the benchmarks running again 2020-11-17 15:34:46 +01:00
Chris Vest 535184b7e7 Pom updates 2020-11-17 15:26:57 +01:00
Chris Vest 9f48b3c492 Prepare incubator repo for new buffer API 2020-11-17 14:56:28 +01:00