-
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
Revert "Pin the Alpine Arm32 image to previous tag (#94683)" #95359
Conversation
This reverts commit 46c8a66.
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThis reverts commit 46c8a66. Enabling the rolling Alpine Arm32 image back, as the problem was mitigated in a different way in dotnet/dotnet-buildtools-prereqs-docker#933 Contributes to #91757, dotnet/dnceng#1423 I will backport this to release/8.0-staging as soon as it will be merged. cc @wfurt @carlossanlop @dougbu FYI
|
Hmmm... it seems like the image has not updated yet, for some reason? It still points to the "wrong" commit microsoft/msquic@7ea0e2e (log)
It should point to microsoft/msquic@b7b2d5e (v2.2.2) instead (see dotnet/msquic@dc5560c) 😕 I'll take a look, or maybe @wfurt could take a look as well. UPD: |
CI build failed so no new image was published. We shall roll to 3.16 once I'mages are available. I'll put up change when ready. |
The image was successfully rebuilt yesterday, now I can see in the logs that the image points at the correct release commit, and the Quic tests are passing normally (log)
|
CI is completely green. I would then suggest to merge and backport the change as is (to be able to fix dotnet/dnceng#1423), and deal with the updating to 3.16+ later, and in main only @wfurt |
@hoyosjs @carlossanlop @ViktorHofer @dotnet/ncl can someone pls review? |
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/7035388070 |
This reverts commit 46c8a66.
Enabling the rolling Alpine Arm32 image back, as the problem was mitigated in a different way in dotnet/dotnet-buildtools-prereqs-docker#933
Contributes to #91757, dotnet/dnceng#1423
I will backport this to release/8.0-staging as soon as it will be merged.
cc @wfurt @carlossanlop @dougbu FYI