-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus buildMode should sort JVM before Native execution #5001
Comments
I think this could be because of the execution order provided. Try switching order ( |
@squakez Indeed, switching the order fixed the issue. thanks! |
I'll keep this open as a future improvement. |
BTW, feel free to contribute. This one looks quite simple to do. |
I'll try if not urgent. Can't do it in a few days. |
Sure, there's no hurry to have this completed. Let us know if you need any support while developing. |
What happened?
I created an Integration and specified that both the jvm and native builds should run:
As I understood, as soon as the jvm build is complete, the integration pod should start, and then be replaced when the native build is complete.
However, the integration pod only started after both builds finished.
Steps to reproduce
Relevant log output
No response
Camel K version
2.1.0 and 2.2.0-nightly
The text was updated successfully, but these errors were encountered: