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

Update .NET 8 libc compat #8401

Merged
merged 1 commit into from
May 2, 2023
Merged

Update .NET 8 libc compat #8401

merged 1 commit into from
May 2, 2023

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Apr 17, 2023

To reflect the plan in dotnet/runtime#83428, and changes made in dotnet/runtime#84148.

- x64: [glibc][glibc] 2.17 (from CentOS 7)
- Arm32, Arm64: [glibc][glibc] 2.27 (from Ubuntu 18.04)
- Alpine (x64 and Arm64): [musl][musl] 1.2.2 (from Alpine 3.15)
- [glibc][glibc] 2.23 (from Ubuntu 16.04)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that mean arm64 binaries are going to be even more portable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's right - the new build process allows us to more easily target older distros in our builds.

Copy link
Member Author

@sbomer sbomer May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To clarify, from 7.0.4 we changed the minimum libc for arm64 from 2.27 to 2.23. .NET 8 will match that (and also target 2.23 for arm32).

@sbomer
Copy link
Member Author

sbomer commented May 1, 2023

@richlander PTAL

@sbomer sbomer merged commit 5da7900 into dotnet:main May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants