afbjorklund / buildroot4minimalism

Minimal linux distribution for making images ("FROM buildroot")
https://github.com/afbjorklund/ma
Other
2 stars 1 forks source link

Default toolchain does not support Java #3

Closed afbjorklund closed 1 year ago

afbjorklund commented 1 year ago

# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set

Building the OpenJDK package requires glibc, so currently it is not possible to add BR2_PACKAGE_OPENJDK

One would have to use a different SDK, and ultimately a different root image, if wanting to support Java packages.

afbjorklund commented 1 year ago

See https://quarkus.io/guides/building-native-image#using-a-scratch-base-image for building static applications