ppalaga opened a new issue, #4436: URL: https://github.com/apache/camel-quarkus/issues/4436
When trying to compare 2.13.1 with 2.13.2 using ``` java -jar target/quarkus-app/quarkus-run.jar -an 2.13.1 2.13.2 ``` I see 2.13.2 failing due to https://github.com/oracle/graal/issues/5303. There is a known workaround to use Mandrel image. As far as I can see, there is currently no way to override the builder image for one (preferred) or both of the versions from the command line. I wonder whether it would be possible to introduce such an option. Actually, for this particular situation, it would be enough to pass `-Dquarkus.native.builder-image=mandrel` both version builds. But being able to set the options for the individual builds separately would be more flexible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
