You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in quarkusio/quarkus#37882 Red Hat's builds of Mandrel report different numbers of reachable methods, classes etc. than the corresponding upstream builds
How To Reproduce
Build native image with -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17, then build same native image with -Dquarkus.native.builder-image=registry.access.redhat.com/quarkus/mandrel-23-rhel8:23.0
Expected behavior
Build output should report similar number of reachable classes, methods, etc., but we observe a difference close to 3%.
The text was updated successfully, but these errors were encountered:
This issue appears to be stale because it has been open 30 days with no activity. This issue will be closed in 7 days unless Stale label is removed, a new comment is made, or not-Stale label is added.
Description
As reported in quarkusio/quarkus#37882 Red Hat's builds of Mandrel report different numbers of reachable methods, classes etc. than the corresponding upstream builds
How To Reproduce
Build native image with
-Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17
, then build same native image with-Dquarkus.native.builder-image=registry.access.redhat.com/quarkus/mandrel-23-rhel8:23.0
Expected behavior
Build output should report similar number of reachable classes, methods, etc., but we observe a difference close to 3%.
The text was updated successfully, but these errors were encountered: