[LTP] [PATCH 1/1] ci: doc: Remove Ubuntu 16.04 LTS xenial
Petr Vorel
pvorel@suse.cz
Mon Nov 6 12:08:19 CET 2023
To keep number of CI jobs reasonable remove Ubuntu 16.04 LTS xenial.
The oldest distro is now openSUSE Leap 42.2 (the same kernel, glibc is
one release older, older gcc).
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,
anybody who wants to keep it please shout. But, please explain why
(openSUSE Leap 42.2 should satisfy testing old compilers).
Kind regards,
Petr
.github/workflows/ci.yml | 6 ------
doc/Supported-kernel,-libc,-toolchain-versions.asciidoc | 5 ++---
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 64aac4580..a632ed96b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,12 +63,6 @@ jobs:
env:
CC: gcc
- - container: "ubuntu:xenial"
- env:
- CC: gcc
- METADATA: asciidoc-pdf
- TREE: out
-
- container: "quay.io/centos/centos:stream9"
env:
CC: gcc
diff --git a/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc b/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc
index dcc0cb79c..bdb3e44f3 100644
--- a/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc
+++ b/doc/Supported-kernel,-libc,-toolchain-versions.asciidoc
@@ -19,12 +19,11 @@ NOTE: GitHub Actions does only build testing, passing the CI means only that
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[align="center",options="header"]
-|==============================================================
+|===============================================================
| Distro | kernel | glibc | gcc | clang
| 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 | -
-|==============================================================
+|===============================================================
Older distributions are not officially supported, which means that it
may or may not work. It all depends on your luck. It should be possible
--
2.42.0
More information about the ltp
mailing list