Skip to content

Commit b4b0837

Browse files
authored
Update CI policy to cover testing on oldest glibc version (#4456)
Without testing on an old glibc version, it's possible we will have a release of .NET that doesn't actually work there. That could be an issue with the bootstrap artifacts, or with something else. This came up in #4399.
1 parent eaed59a commit b4b0837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/ci-platform-coverage-guidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ the source build CI.
1010
1. Use CentOS Stream instead of Red Hat because it is the free alternative.
1111
1. Include a permutation of distros for the supported C standard library implementations
1212
(e.g. glibc and musl).
13+
1. For each C standard library implementation, include at least one distro that uses the minimum
14+
supported version of this library.
1315
1. Only test [distros that are officially supported by .NET](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md#net-supported-os-policy).
1416
Community supported distros will not be covered.
1517

0 commit comments

Comments
 (0)