Uh oh!
There was an error while loading. Please reload this page.
Update Fedora docker image to Fedora 38 - #90776
Conversation
ghost
commented
Aug 17, 2023
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsPrereq repo now only has Fedora 38 image. Which means, only it can be updated to the latest packages. And also, Fedora 36 is EOL. System.Net.Quic had to update minimal required libmsquic package version to 2.2.2+ (#90228). @karelz If update goes smoothly, we might want to consider backporting this to reduce noise in extra-platforms and bring back outerloop test coverage.
|
CarnaViire
commented
Aug 17, 2023
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
CarnaViire
commented
Aug 18, 2023
Fedora is used only if |
CarnaViire
commented
Aug 18, 2023
All tests on Fedora 38, including Quic tests, were executed successfully. Reverting the dummy commit. |
This reverts commit 2e2d14e.
CarnaViire
commented
Aug 18, 2023
Test failures are unrelated |
CarnaViire
commented
Aug 18, 2023
CarnaViire
commented
Aug 22, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5941525683 |
Prereq repo now only has Fedora 38 image. Which means, only it can be updated to the latest packages. And also, Fedora 36 is EOL.
System.Net.Quic had to update minimal required libmsquic package version to 2.2.2+ (#90228).
To be able to pull in the latest package, I've updated the image to Fedora 38. Without it, System.Net.Quic extra-platform tests are failing and outerloop is not running on Fedora at all (due to skipping if supported check fails).
@karelz If update goes smoothly, we might want to consider backporting this "test-infra-only" change to reduce noise in extra-platforms and bring back outerloop test coverage.
cc @ManickaP@wfurt