-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Native container-build on Windows10 fails (.exe) #7990
Comments
In contrast using Quarkus 1.2.1.Final with GraalVM 19.3.1-java11 works correct. |
Perhaps this might help #8010. I don't have a Windows OS at hand to test this out. |
The code looks promising. I will test it on my windows machine and give feedback as soon the build has finished. |
The test with the code-change of the pull-request on my windows machine succeeded. |
Yup. I already marked it for backport :). |
- Due to quarkusio/quarkus#7990 - Rename undertow-websockets to websockets - - The "smallrye-reactive-streams-operators" is not compatible with other reactive implementations: quarkusio/quarkus#9754
- Due to quarkusio/quarkus#7990 - Rename undertow-websockets to websockets - - The "smallrye-reactive-streams-operators" is not compatible with other reactive implementations: quarkusio/quarkus#9754
- Due to quarkusio/quarkus#7990 - Rename undertow-websockets to websockets - - The "smallrye-reactive-streams-operators" is not compatible with other reactive implementations: quarkusio/quarkus#9754
- Due to quarkusio/quarkus#7990 - Rename undertow-websockets to websockets - - The "smallrye-reactive-streams-operators" is not compatible with other reactive implementations: quarkusio/quarkus#9754
Describe the bug
Building a native image inside docker causes an error.
It seems the build is looking for a .exe file. But with containerized build inside docker no .exe file is generated - and that is okay :-)
Expected behavior
Linux executable generated.
Actual behavior
To Reproduce
Steps to reproduce the behavior:
mvn clean package -Pnative
Configuration
Environment
uname -a
orver
:Microsoft Windows [Version 10.0.17134.1304]
java -version
:20.0.0-java11
1.3.0.Final
mvnw --version
orgradlew --version
):The text was updated successfully, but these errors were encountered: