-
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
Quarkus 1.12.1.Final:Build failure in native mode on windows #15459
Comments
Is there an exe somewhere? Or there's nothing created? |
Here is the generated file list:
|
Ah ah... looks like we have a bug. |
This confusion broke the native executable build on Windows in 1.12.1.Final. Fixes quarkusio#15459
@yuhaibohotmail could you have a look at this PR: #15475 . It should fix it but I don't have a Windows box to check. https://github.com/quarkusio/quarkus/blob/master/CONTRIBUTING.md#checking-an-issue-is-fixed-in-master might be helpful except you need to build my branch instead of master. |
This confusion broke the native executable build on Windows in 1.12.1.Final. Fixes quarkusio#15459
I'll try, thanks! |
@gsmet Build failure with your branch:
|
I don't really see how this could be related to my changes. Are you sure:
|
Hmmm, you're right, I was able to reproduce it. |
It's totally unrelated and is master only I think. |
Just a note that we are making progress on this. The @radcortez is working on a fix in SmallRye Config. |
This confusion broke the native executable build on Windows in 1.12.1.Final. Fixes quarkusio#15459
This confusion broke the native executable build on Windows in 1.12.1.Final. Fixes quarkusio#15459
This confusion broke the native executable build on Windows in 1.12.1.Final. Fixes quarkusio#15459
Describe the bug
(Describe the problem clearly and concisely.)
Build failure in native mode on windows with 1.12.1.Final.
It work fine with 1.12.0.Final.
Expected behavior
(Describe the expected behavior clearly and concisely.)
Actual behavior
(Describe the actual behavior clearly and concisely.)
To Reproduce
Steps to reproduce the behavior:
Configuration
# Add your application.properties here, if applicable.
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: windows 10.0.19041.804java -version
: build 11.0.7+8-LTSmvnw --version
orgradlew --version
):Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: