-
Notifications
You must be signed in to change notification settings - Fork 729
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
Setup eclipse CI integration for ibmruntimes/openj9-openjdk-jdk11 repo #2089
Comments
@jdekonin fyi |
@jdekonin - do we have an ETA for these builds? We have many features that need testing... |
I have been busy with IBM internal activities. But I'm aiming for end of this week; its my top OpenJ9 priority. |
Note there are 2 things we want.
|
Copyright and LineEnding checks were done for JDK11 and JDK(next) repos under |
Looks like there is a new AIX dependency ?? |
The build, sanity* and extended* pipelines are setup, although I cannot test until #2414 is merged. The openjdk-test specific files have also not been created. I believe @smlambert is doing this work under adoptium/aqa-tests#483 |
Even though the sanity* and extended* pipelines are setup, they need to be updated as we will need to pass in JAVA_VERSION as parameter and we will not have java version specific Jenkins file. For example, |
AIX dependency details |
Note that while the PR jobs have been created they appear to be very unstable wrt SDK compilation. I am not certain if this is because of code or setup. Existing PR jobs are not setup for general use until that can be determined. |
For testing openjdk-jdk11 pull request builds I opened this PR. All builds are triggering but there are some known failures for which I'll be raising defects. |
Please change xlinux to compile with gcc 7. Let me know if this is better handled via a separate issue. |
Not sure Windows requires VS2017. @ChengJin01 will confirm if VS2013 also works. It should work with VS2013 or VS2017 once the changes from #1697 are merged. |
Actually, not sure zlinux compiles with gcc 7 yet, @babsingh is checking. |
JDK11 zLinux didn't compile with gcc-7.3.0. I saw two errors:
Compilation stopped due to the second error. The second error is related to OpenJDK native code. OpenJDK Extensions repo used: https://github.com/ibmruntimes/openj9-openjdk-jdk11. Build log: jdk11_zlinux_build.log |
Already compiled with VS2013 and the latest JDK11 & OpenJ9 & my OMR changes and it works as expected.
There is no problem with java -version
|
#2527 opened to address openjdk next/head. This issue covers jdk11 requirements. Remaining issues that shouldn't block the closure of this issue : If there is agreement, I believe this can be closed. |
You could retry plinux. Keith mentioned it used to hang for him but doesn't any more. |
@pshipton JDK11 pLinux builds fine.
Build log: jdk11_plinux_build.log |
Please can we setup CI integration for the openjdk extensions "head" (java 11) repository, similar to the jdk8/9/10 setups....
https://github.com/ibmruntimes/openj9-openjdk-jdk
Note the sanity/extended tests don't build yet for head/java11 - #2071
The text was updated successfully, but these errors were encountered: