Skip to content
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

Increase Linux support #3209

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Increase Linux support #3209

wants to merge 10 commits into from

Conversation

mattleibow
Copy link
Contributor

Description of Change

After updating all the skia versions, agents and Dpcker files, we ended up on Debian 10 which uses GLIBC 2.31 which broke the support for RHEL 8.

This PR drops down the version of the build Docker to Debian 10 which is also still under ELTS.

One reason we went to Debian 11 was the depot_tools required Python 3.8, and Debian 10 only went up to Python 3.7. However, I found that there was just a single file that had 3.8 requirements and that was just because they wrote it using a new mechanism. There was a slightly different way in 3.7, so I opened an issue https://issues.chromium.org/issues/403485632 and then also a https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6355868. Once (hopefully) the CL gets merged, I can remove the workaround in the cake files.

Bugs Fixed

@4Darmygeometry
Copy link

4Darmygeometry commented Mar 19, 2025

Errors are existing in Tests: Mac Catalyst (macOS)
Screenshot_2025_0319_223102.png

https://dev.azure.com/xamarin/public/_build/results?buildId=138165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

SkiaSharp 3.x does not work on RHEL 8
2 participants