- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
AdoptOpenJDK 17 Support #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| Last successful build being 2 years, 9 months ago. | 
| Turned into Draft as this needs contributions made before it's production ready | 
| If you wish to contact me for easier communication my email is displayed on my github, if you would prefer my Discord the username is same as my Github username. | 
| I will reach you tomorrow for sure! | 
| I need more people involved in this development | 
| Who want to participate? | 
| Id like to help any way i can! | 
| @Project516, many thanks for the feedback, at least it is necessary to have 2 team members to maintain this repository. I am not sure if @Redstoneguy129 could participate. This repository would need few upgrades every 6 months as 6 months is the Java build cadence. | 
| I am no longer at the university so I have no access to an EV3. | 
| Hi @Redstoneguy129, many thanks for to forward if exist few people interesting to maintain the build of OpenJDK for ARM5 it could be great, not so much hours every 6 months. | 
| 
 @Redstoneguy129 I had this issue too, for some reason when I installed the packages in smaller chunks it worked. | 
| @@ -1,4 +1,8 @@ | |||
| deb http://httpredir.debian.org/debian buster main contrib non-free | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need to be changed to archive.debian.org
| @@ -1,4 +1,2 @@ | |||
| deb http://deb.debian.org/debian stretch main contrib non-free | |||
| deb http://deb.debian.org/debian stretch-updates main contrib non-free | |||
| deb http://deb.debian.org/debian-security stretch/updates main contrib non-free | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn’t need to be deleted, as archive.debian.org has security updates too.
| @@ -1,4 +1,4 @@ | |||
| ARG DEBIAN_RELEASE=stretch | |||
| ARG DEBIAN_RELEASE=buster | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will stretch not be supported?
|  | ||
| # setup repositories and install required packages | ||
| COPY sources.list.$DEBIAN_RELEASE /etc/apt/sources.list | ||
| #COPY sources.list.$DEBIAN_RELEASE /etc/apt/sources.list | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this committed out?
| JRI_MODULES="java.se,jdk.jdwp.agent,jdk.unsupported,jdk.management.agent,jdk.jartool,jdk.crypto.ec" | ||
|  | ||
| JTREG="$BUILDDIR/jtreg" | ||
| JTREG_URL="https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/lastSuccessfulBuild/artifact/jtreg-4.2.0-tip.tar.gz" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been moved to https://github.com/openjdk/jtreg
| Hi @Project516, I suggest to put focus on the build with  | 
This adds support for building JDK 17 for the EV3.
A few issues must be known:
Currently to get the JDK 17 onto the EV3 i run this via ssh.
wget https://ci.adoptium.net/job/eljbuild/job/${DEBIAN_DISTRO}-bleeding/84/artifact/build/jdk-ev3.tar.gzUnpackage it, then set java path.
This will give you a working JDK 17-ev3-unreleased.
It would be great it we can get this build working again allowing us to support even newer versions of Java.