This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 9890f78875128608bf514eccd3820b646e53fab7 Author: James Netherton <[email protected]> AuthorDate: Thu Aug 13 10:11:26 2026 +0100 Work around milo native build issues due to #9001 --- integration-tests/milo/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/milo/pom.xml b/integration-tests/milo/pom.xml index f31f295add..42e7972c50 100644 --- a/integration-tests/milo/pom.xml +++ b/integration-tests/milo/pom.xml @@ -81,6 +81,8 @@ </activation> <properties> <quarkus.native.enabled>true</quarkus.native.enabled> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/9001 --> + <quarkus.native.additional-build-args-append>-H:-AOTSingleCallsiteInline</quarkus.native.additional-build-args-append> </properties> <build> <plugins>
