From 7b132df9b0320c4ff9bea1188c12c086a24a38c0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:01:40 +0200 Subject: [PATCH] Stop building EE with CentOS Stream 8, which no longer has builds. (#873) (#875) (cherry picked from commit c2c47636b4ff2a2ef721787911ccb0ec43cedc04) Co-authored-by: Felix Fontein --- .github/workflows/ee.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index 029fd482..019d1986 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -68,14 +68,6 @@ jobs: package_system: python39 python39-pip python39-wheel python39-cryptography base_image: docker.io/redhat/ubi8:latest pre_base: '"#"' - - name: ansible-core 2.12 @ CentOS Stream 8 - ansible_core: https://github.com/ansible/ansible/archive/stable-2.12.tar.gz - ansible_runner: ansible-runner - other_deps: |2 - python_interpreter: - package_system: python39 python39-pip python39-wheel python39-cryptography - base_image: quay.io/centos/centos:stream8 - pre_base: '"#"' runs-on: ubuntu-latest steps: - name: Check out code