Skip to content

Commit

Permalink
Revert to RHEL7
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 27, 2022
1 parent 50277d9 commit 9693a9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/install-postgres.sh
Expand Up @@ -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"
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9693a9e

Please sign in to comment.