eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 720 forks source link

AArch64: Update Dockerfile for cross build #13429

Open knn-k opened 3 years ago

knn-k commented 3 years ago

Dockerfile for AArch64 cross build needs to be updated. Ubuntu 16.04 LTS is no longer supported.

https://github.com/eclipse-openj9/openj9/blob/c0440c463edf7afbaf36e08c5771507b63ed380e/buildenv/docker/aarch64-linux_CC/Dockerfile#L25

knn-k commented 2 years ago

The GCC version in the Dockerfile may also need to be updated.

knn-k commented 1 year ago

A bot opened a PR: #17478