-
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
Enable and bundle an openssl library with OpenJ9 builds #3118
Comments
I expect openssl 1.1.1 should be used since it is the latest stable version and the LTS version. |
Issue at Adopt adoptium/temurin-build#604 |
* [skip ci] * Addresses eclipse-openj9#3118 * all platforms; windows 32/64, xlinux, xlinux large heap, plinux, zlinux, aix * JDK8, JDK11, next Signed-off-by: Joe deKoning <[email protected]>
* [skip ci] * Addresses eclipse-openj9#3118 * all platforms; windows 32/64, xlinux, xlinux large heap, plinux, zlinux, aix * JDK8 only Signed-off-by: Joe deKoning <[email protected]>
* [skip ci] * Addresses eclipse-openj9#3118 * platforms: xlinux cmake, xlinux, xlinux large heap, plinux, zlinux, aix * JDK8 only Signed-off-by: Joe deKoning <[email protected]>
Note the Windows restriction still applies. You must run configure with --with-openssl=/path/to/pre-built/openssl |
Enabled for xlinux and plinux via #3169 |
@vsebe @jdekonin we can use this issue. Since zlinux cannot automatically build 1.1.1 from source atm, we can use a pre-built binary on this platform.
|
Setup on the 4 zLinux 390 machines in |
@jdekonin thanks. The next step is to update defaults.yml to pass |
* [skip ci] * eclipse-openj9#3118 Signed-off-by: Joe deKoning <[email protected]>
The OpenJ9 0.11.0 release is coming in Oct, with final builds created for Oct 19.
One of the features [1] of the release is using the openssl 1.1.x library, which we'd like to bundle with the OpenJ9 Java 8 build for the time being.
[1] ibmruntimes/openj9-openjdk-jdk8#112
There is a choice to use a pre-built openssl library installed on the build machines (including header files), however this means the machines will need to be updated every time there is a security fix required. This affects all platforms: Windows 32-bit, 64-bit, Linux, AIX, macOS (later).
If you use pre-built OpenSSL binary, then
If you are building openssl binary with openJDK8, then
The text was updated successfully, but these errors were encountered: