Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions linux-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Microsoft builds supports both [glibc](https://www.gnu.org/software/libc/)-based

- [.NET 6 minimum libc](release-notes/6.0/supported-os.md#libc-compatibility)
- [.NET 7 minimum libc](release-notes/7.0/supported-os.md#libc-compatibility)
- [.NET 8 minimum libc](release-notes/8.0/supported-os.md#libc-compatibility)

You can use the following pattern to determine the libc version provided for your distribution.

Expand Down
5 changes: 2 additions & 3 deletions release-notes/8.0/supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ Other distributions are supported at best effort, per [.NET Support and Compatib

### Libc compatibility

- 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).

- Alpine: [musl][musl] 1.2.2 (from Alpine 3.13)

[Alpine]: https://alpinelinux.org/
[Alpine-lifecycle]: https://alpinelinux.org/releases/
Expand Down