-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add support for Eclipse OpenJ9 #24
Comments
Good idea. Mh, via a new |
@sormuras Thanks for your quick reply! From the CONTRIBUTING.md document in the OpenJ9 GitHub repository:
So maybe using EPL2 as license switch would make sense? |
AdoptOpenJDK also offers "pristine" HotSpot OpenJDK builds. |
|
@sormuras That doesn't seem to work right now:
|
Fixed on a branch: https://travis-ci.org/sormuras/bach/builds/394516528#L431
Needs more testing before hitting master. Do you have a minute to test-drive https://raw.githubusercontent.com/sormuras/bach/issue-24/install-jdk.sh ? |
@sormuras It's working with all releases/nightlies of OpenJDK with OpenJ9 I've tested. 👍
|
Nice. Looks good to me. Now to the mapping. Are those builds "fixed"? Don't think so. Thus, how to figure out the current URL for the 8, 9, 10, or "-ea" feature build? |
@sormuras I've seen that you've asked in the AdoptOpenJDK Slack. 😃 Just for reference, here's what they've suggested: |
Plan: Merge the "extract target directory name" fix into master and let you pass the
|
Green lights: https://travis-ci.org/sormuras/sormuras.github.io/builds/395359878 Also added a Graal VM job -- because it works. 🚀 |
Included current Zulu build as well: https://travis-ci.org/sormuras/sormuras.github.io/builds/395363329 |
@sormuras Awesome work. Thank you! |
It would be great, if
install-jdk.sh
supported Eclipse OpenJ9 JDKs.Stable and nightly builds for OpenJDK 8, 9, and 10 with OpenJ9 can be downloaded at https://adoptopenjdk.net/releases.html?variant=openjdk8-openj9.
The text was updated successfully, but these errors were encountered: