Skip to content
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

[JDK11] Add Dockerfile(s) for z/p Linux and update xLinux Dockerfile #2188

Merged
merged 3 commits into from
Jun 28, 2018

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented Jun 14, 2018

  • Add Dockerfile for JDK11 zLinux (s390x_linux)

    • gcc-7/g++7 is used. Currently, gcc-7/g++7 installs gcc-7.3/g++7.3.

    • Latest OpenJDK10-OpenJ9 zLinux nightly build from AdoptOpenJDK is used
      as the boot JDK.

  • Add Dockerfile for JDK11 pLinux (ppcle_linux)

    • gcc-7/g++7 is used. gcc-7/g++7 installs gcc-7.3/g++7.3.

    • Latest OpenJDK10-OpenJ9 pLinux nightly build from AdoptOpenJDK is used
      as the boot JDK.

  • Update JDK11 x86 Ubuntu16 Dockerfile

    • JDK11 x86 Ubuntu16 Dockerfile has been updated to use the latest
      OpenJDK10-OpenJ9 xLinux nightly build from AdoptOpenJDK as the boot JDK.

[ci skip]

see also #2190

Signed-off-by: Babneet Singh [email protected]

@babsingh
Copy link
Contributor Author

@pshipton
Copy link
Member

pshipton commented Jun 27, 2018

Java 10 nightly builds are now available at AdoptOpenJDK for zLinux.

babsingh added 3 commits June 28, 2018 11:23
- gcc-7/g++7 is used. Currently, gcc-7/g++7 installs gcc-7.3/g++7.3. For
zLinux, the Spectre fix is expected to be in gcc-7.4.

- Latest OpenJDK10-OpenJ9 zLinux nightly build from AdoptOpenJDK is used
as the boot JDK.

[ci skip]

Signed-off-by: Babneet Singh <[email protected]>
- gcc-7/g++7 is used. gcc-7/g++7 installs gcc-7.3/g++7.3.

- Latest OpenJDK10-OpenJ9 pLinux nightly build from AdoptOpenJDK is used
as the boot JDK.

[ci skip]

Signed-off-by: Babneet Singh <[email protected]>
JDK11 x86 Ubuntu16 Dockerfile has been updated to use the latest
OpenJDK10-OpenJ9 xLinux nightly build from AdoptOpenJDK as the boot JDK.

[ci skip]

closes: eclipse-openj9#2190

Signed-off-by: Babneet Singh <[email protected]>
@babsingh
Copy link
Contributor Author

babsingh commented Jun 28, 2018

@pshipton I have updated all JDK11 dockerfiles to use the latest nightly build from AdoptOpenJDK as the bootJDK. I used the AdoptOpenJDK API to download the latest nightly build. I saw the nightly API for the first time (not sure if it's new). With this PR, we can close #2190 since hard-coded build links are removed with the usage of AdoptOpenJDK API.

@pshipton
Copy link
Member

We could start using the 0.9.0 release once its available, I'll keep #2190 open for now so we can ponder it.

@pshipton pshipton merged commit 125919b into eclipse-openj9:master Jun 28, 2018
@babsingh babsingh changed the title Add Dockerfile(s) for JDK11 z/p Linux [JDK11] Add Dockerfile(s) for z/p Linux and update xLinux Dockerfile Jun 28, 2018
@babsingh babsingh deleted the jdk11_dockers branch August 17, 2020 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants