-
Notifications
You must be signed in to change notification settings - Fork 115
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
Use the system zlib on platforms other than Windows #692
Conversation
jenkins compile aix,zlinux jdk8 |
AIX |
The PR build is https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJDK8/93/ |
This makes jdk8 consistent with jdk11. Issue eclipse-openj9/openj9#18127 Signed-off-by: Peter Shipton <[email protected]>
Jenkins compile xlinux,win32 jdk8 |
In https://openj9-jenkins.osuosl.org/job/Build_JDK8_x86-32_windows_Personal/737/consoleText:
In https://openj9-jenkins.osuosl.org/job/Build_JDK8_x86-64_linux_Personal/462/consoleText:
|
With the recent preference for --with-zlib=system (see ibmruntimes#692), we need to back-port * 8140223: fix the build with a toolchain with a linker defaulting to ld --as-needed I'm not sure why builds succeed on RHEL, but they fail on Ubuntu. Signed-off-by: Keith W. Campbell <[email protected]>
This makes jdk8 consistent with jdk11.
Closes eclipse-openj9/openj9#18127