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

Add docker build support for Ubuntu 18.04 LTS #1826

Merged
merged 1 commit into from
May 3, 2018

Conversation

keithc-ca
Copy link
Contributor

@keithc-ca keithc-ca commented May 2, 2018

  • Same set of docker files as for Ubuntu 16.04.
  • All tested with a build from scratch.
  • Note: Java 9 and Java 10 require use of the --disable-warnings-as-errors configure option.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@pshipton pshipton merged commit 40e7c98 into eclipse-openj9:master May 3, 2018
@keithc-ca keithc-ca deleted the docker-ubuntu-18 branch May 3, 2018 20:51
@keithc-ca
Copy link
Contributor Author

To clarify, the warnings seen in Java 9 and 10 seem all to be about the use of the (deprecated) function readdir64_r:

jdk09/jdk/src/java.base/unix/native/libjava/TimeZone_md.c:150:5: warning: 'readdir64_r' is deprecated (declared at /usr/include/dirent.h:201) [-Wdeprecated-declarations]

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