-
Notifications
You must be signed in to change notification settings - Fork 46
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
mingw-w64-openssl: update to 3.2.0 #99
Conversation
637fbaa
to
4882834
Compare
Hmm. #96 did not have test failures. From a cursory look, it seems as if there were |
If I read the logs correctly it failed only this test:
And on #96 the logs say (emphasis mine)
Whereas the logs on this PR say (emphasis mine)
Which I would understand as this test not being expected to pass on Windows. |
openssl/openssl#20331 changed this test to only skip if it can't find |
apparently our
|
That might be the result of |
When I remove the Maybe we should just change MINGW-packages/mingw-w64-openssl/PKGBUILD Line 134 in 4882834
to
|
I am tempted to suggest a patch to simply force-skip this cumbersome test. |
c4fa2d5
to
8d32ae6
Compare
This test failure is probably the same as some of the issues reported in openssl/openssl#23046 |
We might need the same workaround for git-for-windows/MSYS2-packages#137 |
/deploy The i686/x86_64 and the arm64 workflow runs were started. |
Not the reason for this failure to deploy, but definitely slightly broken. |
Oh, the failing part is x86, that explains why
doesn't fail. |
Something is definitely broken here. |
It's probably
|
That little
whereas the expected result from
|
8d32ae6
to
45360c9
Compare
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Matthias Aßhauer <mha1993@live.de>
45360c9
to
4dc2fde
Compare
/deploy The i686/x86_64 and the arm64 workflow runs were started. |
/add relnote The workflow run was started |
I'll deploy the CLANGARM64 version once we fix the azure issue that's currently stopping us from spinning up ARM runners. |
Sorry for being less responsive than usual... 😞 |
No harm done. People are sometimes busy. |
This closes git-for-windows/git#4703