* [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu 16.04 LTS xenial
@ 2023-11-06 11:08 Petr Vorel
2023-11-06 11:15 ` Li Wang
0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2023-11-06 11:08 UTC (permalink / raw)
To: ltp; +Cc: Ulrich Hecht, Richard Palethorpe, automated-testing
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-14 9:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-06 11:08 [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu 16.04 LTS xenial Petr Vorel
2023-11-06 11:15 ` Li Wang
2023-11-14 9:28 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox