6e3db41ba4bf5ab05b7313a7e5ff0d4c8af0ca7f
CI / Build Native (push) Failing after 6m13s
binary-type=STATIC alone picks glibc on Ubuntu jammy hosts, hence the GLIBC_2.35 error at runtime. Explicitly force musl: - -Dquarkus.native.libc=musl - -Dquarkus.native.additional-build-args=--libc=musl - delete target/*-runner first so we don't reuse a previously-built glibc-based binary that the Quarkus plugin cache might return Verify step now exits 1 if the binary isn't statically linked, so the next CI run tells us definitively whether we shipped static.
Description
No description provided
Languages
HTML
41.3%
TypeScript
26.5%
Java
20.4%
CSS
5.8%
JavaScript
5.6%
Other
0.4%