From 9693a9eb435d5f0ce12371677cf95f9c1a407c70 Mon Sep 17 00:00:00 2001 From: ddelange <14880945+ddelange@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:08:51 +0200 Subject: [PATCH] Revert to RHEL7 --- .github/workflows/install-postgres.sh | 5 ----- .github/workflows/release.yml | 16 +++++++--------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/workflows/install-postgres.sh b/.github/workflows/install-postgres.sh index 4ffbb4d6..4260820b 100755 --- a/.github/workflows/install-postgres.sh +++ b/.github/workflows/install-postgres.sh @@ -27,11 +27,6 @@ if [ "${ID}" = "debian" -o "${ID}" = "ubuntu" ]; then apt-get install -y --no-install-recommends \ "postgresql-${PGVERSION}" \ "postgresql-contrib-${PGVERSION}" -elif [ "${ID}" = "almalinux" ]; then - yum install -y \ - "postgresql-server" \ - "postgresql-devel" \ - "postgresql-contrib" elif [ "${ID}" = "centos" ]; then el="EL-${VERSION_ID%.*}-$(arch)" baseurl="https://download.postgresql.org/pub/repos/yum/reporpms" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01b97a84..356076e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,12 +2,12 @@ name: Release on: pull_request: - branches: - - "master" - - "ci" - - "[0-9]+.[0-9x]+*" - paths: - - "asyncpg/_version.py" + # branches: + # - "master" + # - "ci" + # - "[0-9]+.[0-9x]+*" + # paths: + # - "asyncpg/_version.py" jobs: validate-release-request: @@ -69,7 +69,7 @@ jobs: path: dist/*.tar.* build-wheels-matrix: - needs: validate-release-request + # needs: validate-release-request runs-on: ubuntu-latest outputs: include: ${{ steps.set-matrix.outputs.include }} @@ -120,8 +120,6 @@ jobs: only: ${{ matrix.only }} env: CIBW_BUILD_VERBOSITY: 1 - CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 - CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28 - uses: actions/upload-artifact@v2 with: