[LTP] [PATCH v2 1/1] doc/support: Update the oldest tested distros

Petr Vorel pvorel@suse.cz
Wed Oct 25 16:54:14 CEST 2023


Update changes from previous commit (CentOS 7 replaced by Ubuntu 16.04
LTS xenial and openSUSE Leap 42.2).

Also remove note about Debian 10 oldstable (buster), because since
June 2023, when Debian 12 bookworm was released as Debian stable,
the oldstable release codename alias points to Debian 11 bullseye
which uses quite new software (kernel 5.10, glibc: 2.31, gcc 10.2)
therefore not mentioned in the table.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Changes v1->v2:
* Add xenial (left by accident)
* Remove outdated buster record.

I'm sorry for the noise.

Kind regards,
Petr

 doc/Supported-kernel,-libc,-toolchain-versions.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc b/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc
index e3d9cd92f..dcc0cb79c 100644
--- a/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc
+++ b/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc
@@ -21,9 +21,9 @@ NOTE: GitHub Actions does only build testing, passing the CI means only that
 [align="center",options="header"]
 |==============================================================
 | Distro                       | kernel  | glibc | gcc   | clang
-| CentOS 7                     | 3.10    | 2.17  | 4.8.5 | -
+| openSUSE Leap 42.2           | 4.4     | 2.22  | 4.8.5 | -
+| Ubuntu 16.04 LTS xenial      | 4.4     | 2.23  | 5.3.1 | -
 | Ubuntu 18.04 LTS bionic      | 4.15    | 2.27  | 7.3.0 | -
-| Debian 10 oldstable (buster) | 4.19.37 | 2.28  | 8.3.0 | 7.0
 |==============================================================
 
 Older distributions are not officially supported, which means that it
-- 
2.42.0



More information about the ltp mailing list