jamesnetherton opened a new issue, #3961:
URL: https://github.com/apache/camel-quarkus/issues/3961

   Quarkus has updated its `main` branch to GraalVM 22.2.0. In this release, 
JavaScript support is decoupled from the base GraalVM installation. Thus the 
exiting option we use to enable JS support no longer works:
   
   ```
   
<quarkus.native.additional-build-args>--language:js</quarkus.native.additional-build-args>
   ```
   
   You now have to:
   
   ```
   gu install js
   ```
   
   The question is, how to do this for the CI build, where our native builds 
are done in Docker containers.


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to