-
Task
-
Resolution: Done
-
Minor
-
1.11.3.ER5
-
8
-
False
-
False
-
Undefined
-
---
-
-
Quarkus Docs Sprint 7, Quarkus Docs Sprint 8
As discussed in QUARKUS-731 and https://github.com/quarkusio/quarkus/issues/13754, in Quarkus 1.11 when using `quarkus.native.container-build=true` in conjunction with `quarkus.native.debug.enabled=true` Quarkus depends on `objcopy` being present in the host system.
AFAIK RHBQ only supports RHEL as the host system so the documentation should mention that in order to be able to use `quarkus.native.container-build=true` in conjunction with `quarkus.native.debug.enabled=true` and split the debuginfo from the binaries the customer needs to install (if not already installed) the `binutils` package.