Skip to content

Commit

Permalink
Update .NET 8 libc compat (#8401)
Browse files Browse the repository at this point in the history
To reflect the plan in dotnet/runtime#83428, and changes made in dotnet/runtime#84148.
  • Loading branch information
sbomer committed May 2, 2023
1 parent ab1f94a commit 5da7900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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)
- Alpine: [musl][musl] 1.2.2 (from Alpine 3.13)

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

0 comments on commit 5da7900

Please sign in to comment.