container icon indicating copy to clipboard operation
container copied to clipboard

graalvm/native-image:ol8-java17-22.0.0.2 is missing x86_64-linux-musl-gcc

Open axelfontaine opened this issue 3 years ago • 0 comments

This makes it impossible to build fully static images out of the box.

When not using musl, the binaries fail at runtime with

dl-call-libc-early-init.c:37: _dl_call_libc_early_init: Assertion `sym != NULL' failed

axelfontaine avatar Feb 21 '22 10:02 axelfontaine