From 38849514f3be6e02691aa483c3005b843f52f218 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 4 Jun 2024 07:40:46 +0200 Subject: [PATCH] Stop building EE with CentOS Stream 8, which no longer has builds. (#763) --- .github/workflows/ee.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index 74f48476..fa9a3fb9 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -78,16 +78,6 @@ jobs: pre_base: '"#"' # We don't have PyOpenSSL for Python 3.9 extra_vars: -e has_no_pyopenssl=true - - 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: '"#"' - # We don't have PyOpenSSL for Python 3.9 - extra_vars: -e has_no_pyopenssl=true runs-on: ubuntu-latest steps: - name: Check out code