ibmruntimes / openj9-openjdk-jdk9

Extensions for OpenJDK for Eclipse OpenJ9
GNU General Public License v2.0
67 stars 76 forks source link

Fix default target: exploded-image #155

Closed keithc-ca closed 6 years ago

keithc-ca commented 6 years ago

Adjust build rules to satisfy expectations of exploded-image make target.

Fixes #34

pshipton commented 6 years ago

Does the ARM build still work with these changes?

jenkins compile all

keithc-ca commented 6 years ago

I expect the ARM build to continue to work. I need to reconnect with @JamesKingdon to get current configuration instructions.

pshipton commented 6 years ago

No Windows machines are available yet.

keithc-ca commented 6 years ago

I revived a docker container that I had previously used to create an ARM build. Updating the repos to include this change it still builds fine (and supports exploded-image too, of course).

JamesKingdon commented 6 years ago

Thanks Keith, much appreciated.