chore: bump binary libpq to 17.6

This commit is contained in:
Daniele Varrazzo 2025-10-09 01:32:14 +02:00
parent 467aa57506
commit ef1abcce21
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
env: env:
PIP_BREAK_SYSTEM_PACKAGES: "1" PIP_BREAK_SYSTEM_PACKAGES: "1"
LIBPQ_VERSION: "16.0" LIBPQ_VERSION: "17.6"
OPENSSL_VERSION: "1.1.1w" OPENSSL_VERSION: "1.1.1w"
jobs: jobs:

View File

@ -56,12 +56,13 @@ fi
case "$ID" in case "$ID" in
centos) centos)
yum update -y yum update -y
yum install -y zlib-devel krb5-devel pam-devel yum install -y flex krb5-devel pam-devel zlib-devel
;; ;;
alpine) alpine)
apk upgrade apk upgrade
apk add --no-cache zlib-dev krb5-dev linux-pam-dev openldap-dev openssl-dev apk add --no-cache flex krb5-dev linux-pam-dev openldap-dev \
openssl-dev zlib-dev
;; ;;
macos) macos)