-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Clarify requirements for AIX runtimes #2085
Conversation
✅ Deploy Preview for eclipsefdn-adoptium ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
@@ Coverage Diff @@
## main #2085 +/- ##
=======================================
Coverage 99.16% 99.16%
=======================================
Files 85 85
Lines 6199 6199
Branches 509 509
=======================================
Hits 6147 6147
Misses 52 52 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Stewart X Addison <[email protected]>
@@ -87,10 +87,8 @@ icon:check[] - Supported, icon:docker[] - Docker image available, icon:times[] - | |||
| Solaris 11 | icon:check[] | icon:times[] | icon:times[] | icon:times[] | |||
| Solaris 10u11 | icon:check[] | icon:times[] | icon:times[] | icon:times[] | |||
|
|||
5+h| AIX (PowerPC 64-bit Big Endian) | |||
5+h| AIX (PowerPC 64-bit Big Endian) footnote:aix71[Running the latest versions on AIX 7.1 is no longer supported. The last versions which targetted able to run on AIX 7.1 were jdk8u362, jdk-11.0.18 and jdk-17.0.8] footnote:alxrt[Requires XLC runtime packages from the compiler or standalone for XLC 13 for JDK8: https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-131 or XLC 16 for JDK11+: https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-161] |
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.
Combine into one footnote, and use linked text rather than display URLs.
5+h| AIX (PowerPC 64-bit Big Endian) footnote:aix71[Running the latest versions on AIX 7.1 is no longer supported. The last versions which targetted able to run on AIX 7.1 were jdk8u362, jdk-11.0.18 and jdk-17.0.8] footnote:alxrt[Requires XLC runtime packages from the compiler or standalone for XLC 13 for JDK8: https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-131 or XLC 16 for JDK11+: https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-161] | |
5+h| AIX (PowerPC 64-bit Big Endian) footnote:aix71[Running the latest versions on AIX 7.1 is no longer supported. The last versions able to run on AIX 7.1 were jdk8u362, jdk-11.0.18 and jdk-17.0.8. Later versions require XLC runtime packages from the compiler or standalone for link:https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-131[XLC 13] for JDK8 or link:https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-161[XLC 16] for JDK11+. ] |
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.
I will move my change requests to a new PR
Remove AIX 7.1 with a note referencing the last versions that worked on that level.
Provide links to the AIX XLC runtime downloads which are prerequisites for running Temurin on AIX.
This infromation was spotted as missing from this slack conversation
Checklist
npm test
passes