Skip to content

Commit a59d241

Browse files
committed
Updating README.md
Adding doc about Maintenance
1 parent 766dc9c commit a59d241

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Builds for older boards should work on newer boards, the performance might just
1515
| OpenJDK 12 | EV3 | ARM→ARM | C1 JIT | [![-> jenkins][5]][6] | [![-> jenkins][7]][8] |
1616
| OpenJDK 13 | EV3 | ARM→ARM | C1 JIT | [![-> jenkins][9]][10] | [![-> jenkins][11]][12] |
1717
| OpenJDK 14 | EV3 | ARM→ARM | C1 JIT | [![-> jenkins][17]][18] | [![-> jenkins][19]][20] |
18+
| OpenJDK 15 | EV3 | ARM→ARM | C1 JIT | [![-> jenkins][21]][22] | [![-> jenkins][23]][24] |
1819
| OpenJDK tip (dev) | EV3 | ARM→ARM | C1 JIT | [![-> jenkins][13]][14] | [![-> jenkins][15]][16] |
1920

2021
[1]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/stretch-11/badge/icon
@@ -42,12 +43,18 @@ Builds for older boards should work on newer boards, the performance might just
4243
[19]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/buster-14/badge/icon
4344
[20]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/buster-14/
4445

46+
[21]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/stretch-15/badge/icon
47+
[22]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/stretch-15/
48+
[23]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/buster-15/badge/icon
49+
[24]: https://ci.adoptopenjdk.net/view/ev3dev/job/eljbuild/job/buster-15/
50+
51+
4552
[archive]: https://github.com/ev3dev-lang-java/openjdk-ev3-archive
4653

4754

4855
## Overview & documentation
4956

50-
See https://docs.google.com/document/d/1rsBDU68_ETXm9b_Lb4b6oPVBbNwT9f4xEua2w3-Pm6A/edit?usp=sharing
57+
See [Docs](docs/openjdk-ev3-maintainer-manual.docx)
5158

5259

5360
## Components
@@ -71,8 +78,8 @@ To see which modules are included in our case, take a look at the `JRI_MODULES`
7178
# define parameters
7279
TARGET_WORKSPACE="$(pwd)/build" # 10 GB of free space should be sufficient, probably less
7380
TARGET_DEBIAN_VERSION="stretch" # stretch or buster
74-
TARGET_OPENJDK_VERSION="11" # 9, 10 - retired, may not be working
75-
# 11, 12, 13, 14 - most likely working
81+
TARGET_OPENJDK_VERSION="11" # 9, 10, 12, 13, 14 - retired, may not be working
82+
# 11, 15 - most likely working
7683
# loom or tip - experimental, may be broken
7784

7885
# clone repository
1.63 MB
Binary file not shown.

0 commit comments

Comments
 (0)