22 lines
321 B
YAML
22 lines
321 B
YAML
![]() |
|
||
|
packages:
|
||
|
- build-essential
|
||
|
- libreadline-dev
|
||
|
- zlib1g-dev
|
||
|
- flex
|
||
|
- bison
|
||
|
- libssl-dev
|
||
|
- libxml2-dev
|
||
|
- libxslt1-dev
|
||
|
- libpam0g-dev
|
||
|
- libedit-dev
|
||
|
|
||
|
repository:
|
||
|
url: https://github.com/postgres/postgres.git
|
||
|
branch: REL_17_5
|
||
|
|
||
|
steps:
|
||
|
- ./configure --prefix=$PREFIX
|
||
|
- make -j$CPUS
|
||
|
- make install
|