You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ This repository is incubating a new buffer API proposed for Netty 5.
7
7
Short version: just run `make`.
8
8
9
9
The project currently relies on snapshot versions of the [Panama Foreign](https://github.com/openjdk/panama-foreign) fork of OpenJDK.
10
-
This allows us to test out the must recent version of the `jdk.incubator.foreign` APIs, but also make building and local development more involved.
10
+
This allows us to test out the most recent version of the `jdk.incubator.foreign` APIs, but also make building, and local development more involved.
11
11
To simplify things, we have a Docker based build, controlled via a Makefile with the following commands:
12
12
13
13
*`image` – build the docker image. This includes building a snapshot of OpenJDK, and download all relevant Maven dependencies.
14
14
*`test` – run all tests in a docker container. This implies `image`. The container is automatically deleted afterwards.
15
15
*`dbg` – drop into a shell in the build container, without running the build itself. The debugging container is not deleted afterwards.
16
-
*`clean` – remote the debugging container created by `dbg`.
16
+
*`clean` – remove the leftover containers created by `dbg`, `test`, and `build`.
17
17
*`build` – build binaries and run all tests in a container, and copy the `target` directory out of the container afterwards. This is the default build target.
0 commit comments