You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/05 08:01:41 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #3961: [Quarkus 2.12.0] Figure out how to test `js-dsl` in native mode

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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-quarkus] jamesnetherton closed issue #3961: [Quarkus 2.12.0] Figure out how to test `js-dsl` in native mode

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3961: [Quarkus 2.12.0] Figure out how to test `js-dsl` in native mode
URL: https://github.com/apache/camel-quarkus/issues/3961


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] zhfeng commented on issue #3961: [Quarkus 2.12.0] Figure out how to test `js-dsl` in native mode

Posted by GitBox <gi...@apache.org>.
zhfeng commented on issue #3961:
URL: https://github.com/apache/camel-quarkus/issues/3961#issuecomment-1206282585

   Is it possible to add it in 
   https://github.com/quarkusio/quarkus-images/blob/main/modules/graalvm/22.2.0-java17/configure?


-- 
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-unsubscribe@camel.apache.org

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