[LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic

Petr Vorel pvorel@suse.cz
Thu Apr 16 20:35:00 CEST 2026


Ubuntu 18.04 LTS bionic EOL 3 years ago (2023-04). Repositories were
publicly available until now, remove it to fix CI.

Exact error is missing Packages file

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease  Connection failed [IP: 91.189.91.82 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/binary-amd64/Packages  Connection timed out [IP: 91.189.92.23 80]

which causes gcc not being installed.

Although repository has Packages.gz and Packages.xz (therefore it
should somehow work or it might be GitHub Actions issue) we don't need
to keep bionic (we have older distro openSUSE Leap 42), which we still
use for testing SLE1-SP2 build).

Reported-by: Cyril Hrubis <chrubis@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi all,

I'd like to merge tomorrow.
@Li just FYI that CI is being handled.

Kind regards,
Petr

 .github/workflows/ci-docker-build.yml | 4 ----
 doc/users/supported_systems.rst       | 6 ------
 2 files changed, 10 deletions(-)

diff --git a/.github/workflows/ci-docker-build.yml b/.github/workflows/ci-docker-build.yml
index 16d99f097a..0c0635febd 100644
--- a/.github/workflows/ci-docker-build.yml
+++ b/.github/workflows/ci-docker-build.yml
@@ -110,10 +110,6 @@ jobs:
               CC: gcc
               TREE: out
 
-          - container: "ubuntu:bionic"
-            env:
-              CC: gcc
-
     container:
       image: ${{ matrix.container }}
       env: ${{ matrix.env }}
diff --git a/doc/users/supported_systems.rst b/doc/users/supported_systems.rst
index dabb5883ad..b241d05739 100644
--- a/doc/users/supported_systems.rst
+++ b/doc/users/supported_systems.rst
@@ -34,12 +34,6 @@ Oldest build tested distributions
       - 4.8.5
       - \-
 
-    * - Ubuntu 18.04 LTS bionic
-      - 4.15
-      - 2.27
-      - 7.3.0
-      - \-
-
     * - Debian 11 (bullseye)
       - 5.10
       - 2.31
-- 
2.53.0



More information about the ltp mailing list