Correct dependencies for RUM on alpine and remove installcheck
This commit is contained in:
parent
50e3cf9d5e
commit
177faf15c2
|
@ -49,12 +49,11 @@ apt install postgresql-11-rum
|
||||||
```
|
```
|
||||||
Alpine:
|
Alpine:
|
||||||
```sh
|
```sh
|
||||||
apk add gcc make
|
apk add gcc make git postgresql-dev musl-dev
|
||||||
git clone https://github.com/postgrespro/rum /tmp/rum
|
git clone https://github.com/postgrespro/rum /tmp/rum
|
||||||
cd /tmp/rum
|
cd /tmp/rum
|
||||||
make USE_PGXS=1
|
make USE_PGXS=1
|
||||||
make USE_PGXS=1 install
|
make USE_PGXS=1 install
|
||||||
make USE_PGXS=1 installcheck
|
|
||||||
cd
|
cd
|
||||||
rm -r /tmp/rum
|
rm -r /tmp/rum
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue