-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Set up macos machines to be able to build OpenJ9 #524
Comments
Setup of Mac OS system for build of OpenJDK with OpenJ9 System needs to have the following code installed on it:
For JDK8 only Download the code from Github.com and make JDK
For JDK11
|
JDK11 build completes successfully (on my local Yosemite system) |
Will start work on configuring https://ci.adoptopenjdk.net/computer/build-macstadium-macos1010-2/ tomorrow |
|
Passing on JDK11: https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11/job/jdk11-mac-x64-openj9/ OpenJ9 team still have issues to work out for JDK8 - leaving this open until that has been resolved. |
@sxa555 The OpenJ9 team have now got the JDK 8 build working on Mac OS. |
This left me with:
Then this showed up:
Resolved via the change in the openj9 instructions to edit line 143 of /usr/include/dispatch/object.h and replace with:
PR now in to set the appropriate variables. |
Instructions to follow via @groeges - plan would be to intiially apply this to https://ci.adoptopenjdk.net/computer/build-macstadium-macos1010-2/ to validate there are no side effects before deploying on the other build machine.
Ref support being added under eclipse-openj9/openj9#36
The text was updated successfully, but these errors were encountered: