add unix socket for postgres
This commit is contained in:
parent
2054a68af0
commit
2289379ad5
9 changed files with 32 additions and 29 deletions
|
@ -1,25 +0,0 @@
|
|||
|
||||
packages:
|
||||
- build-essential
|
||||
- libreadline-dev
|
||||
- zlib1g-dev
|
||||
- flex
|
||||
- bison
|
||||
- libssl-dev
|
||||
- libxml2-dev
|
||||
- libxslt1-dev
|
||||
- libpam0g-dev
|
||||
- libedit-dev
|
||||
|
||||
repository:
|
||||
# Original repository
|
||||
# https://git.postgresql.org/gitweb/?p=postgresql.git
|
||||
url: https://github.com/postgres/postgres.git
|
||||
branch: REL_17_5
|
||||
version: 17.5
|
||||
|
||||
steps:
|
||||
- ./configure --prefix=$PREFIX --with-openssl --with-systemd
|
||||
- make -j$CPUS
|
||||
- $SUDO mkdir -p $PREFIX
|
||||
- $SUDO make install
|
Loading…
Add table
Add a link
Reference in a new issue