-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Update Alpine versions for release/8.0-staging
#99849
Update Alpine versions for release/8.0-staging
#99849
Conversation
This test is running on Alpine 3.17. That's the first Alpine to include OpenSSL 3.0. Seems like that may be an issue, although we're only seeing an issue on Arm32. Is Arm32 and OpenSSL 3.0 special for our Quic implementation?
|
@dotnet/ncl can one of you take a look at the failure and help figure out a fix for alpine? |
this probably needs to pick up #99020 |
How do the mechanics work for that? |
We should backport that PR to the 8.0 branch. I can do it. |
in theory you can |
The backporting bot failed: #99020 (comment)
@richlander can you cherry-pick that commit into your PR please? |
I just looked at / tried the cherry pick. It's primarily (or all) tests. I don't have contexts on the tests to correctly resolve the conflicts. Can you do that @wfurt? Either with this PR or a separate one. |
Build has passed, but GH badge is not updating. Merging. |
Related: #99837