mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
Compute: pgbouncer 1.22.0 (#6582)
## Problem Update pgbouncer from 1.21 (and patches[0][1]) to 1.22 (which includes these patches) - [0] https://github.com/pgbouncer/pgbouncer/pull/972 - [1] https://github.com/pgbouncer/pgbouncer/pull/998 ## Summary of changes - Build pgbouncer 1.22.0 for neonVMs from upstream
This commit is contained in:
committed by
GitHub
parent
30c9e145d7
commit
4133d14a77
@@ -174,11 +174,10 @@ build: |
|
|||||||
libtool \
|
libtool \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
# Note, we use pgbouncer from neondatabase/pgbouncer fork, which could contain extra commits.
|
|
||||||
# Use `dist_man_MANS=` to skip manpage generation (which requires python3/pandoc)
|
# Use `dist_man_MANS=` to skip manpage generation (which requires python3/pandoc)
|
||||||
ENV PGBOUNCER_TAG pgbouncer_1_21_0-neon-1
|
ENV PGBOUNCER_TAG pgbouncer_1_22_0
|
||||||
RUN set -e \
|
RUN set -e \
|
||||||
&& git clone --recurse-submodules --depth 1 --branch ${PGBOUNCER_TAG} https://github.com/neondatabase/pgbouncer.git pgbouncer \
|
&& git clone --recurse-submodules --depth 1 --branch ${PGBOUNCER_TAG} https://github.com/pgbouncer/pgbouncer.git pgbouncer \
|
||||||
&& cd pgbouncer \
|
&& cd pgbouncer \
|
||||||
&& ./autogen.sh \
|
&& ./autogen.sh \
|
||||||
&& LDFLAGS=-static ./configure --prefix=/usr/local/pgbouncer --without-openssl \
|
&& LDFLAGS=-static ./configure --prefix=/usr/local/pgbouncer --without-openssl \
|
||||||
|
|||||||
Reference in New Issue
Block a user