File libgcrypt-CVE-2024-2236_04.patch of Package libgcrypt.39917
From ba585b023e330d7235589f08106ddf1a47854ee5 Mon Sep 17 00:00:00 2001
From: Clemens Lang <cllang@redhat.com>
Date: Fri, 7 Jun 2024 14:35:38 +0200
Subject: [PATCH 04/11] ci: Remove CentOS 8 Stream build
CentOS 8 Stream has reached its end of life, the container image will no
longer be updated.
Signed-off-by: Clemens Lang <cllang@redhat.com>
---
.gitlab-ci.yml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ccfa35f..2a6dbd88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,20 +158,6 @@ fedora/clang/test:
configure_additional_flags: >-
CC=/usr/bin/clang
-centos8stream/gcc:
- extends: .build
- image: "$IMAGES_URI/libgcrypt-centos8stream"
- variables:
- host: --host=x86_64-redhat-linux-gnu
- build: --build=x86_64-redhat-linux-gnu
-
-centos8stream/gcc/test:
- extends: .test
- image: !reference [centos8stream/gcc, image]
- variables:
- host: --host=x86_64-redhat-linux-gnu
- build: --build=x86_64-redhat-linux-gnu
-
centos9stream/gcc:
extends: .build
image: "$IMAGES_URI/libgcrypt-centos9stream"
--
2.49.0