-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build error on mingwX64 #13
Comments
Hey! Could you please check |
Hi, I might have a clue though. I realized that the build is successful, but running the test fails, so I tried to run the generated executable (...\bin\mingwX64\debugTest\test.exe) and I get the following error: It is not much, but that is all I have. |
Thank you! This is really helpful! |
Good news: I was able to reproduce the issue on CI! So, when the build will be finished (specifically Stable release (0.3.0, not snapshot) is planned in coming weeks, on current moment it will be hard for me to make a patch release for this... |
Good news! I just tested '0.3.0-SNAPSHOT' and my tests run perfectly 🎉 Thanks you very much for the fix, and glad I could help (a little 😊) PS: Kudos for this library! Extremely useful, plus I love your take on Providers that leverage platform specific implementation. |
Cool! Thanks for testing! And thanks for such great words! |
0.3.0 is released! |
How to reproduce:
Expected result: Test runs and passes
Actual result:
FAILURE: Build failed with an exception.
Execution failed for task ':cryptography-provider-openssl3-prebuilt:mingwX64ReleaseTest'.
Comments:
I run into the same issue when adding the the lib through a gradle dependency: "implementation("dev.whyoleg.cryptography:cryptography-provider-openssl3-prebuilt-mingwx64:0.2.0")". Think makes cryptography-kotlin unusable on Windows targets.
I wanted to further debug the problem before posting the issue, but I don't know where to start from.
The text was updated successfully, but these errors were encountered: