Correct dependencies for RUM on alpine and remove installcheck
authorrinpatch <rinpatch@sdf.org>
Sat, 22 Jun 2019 05:36:36 +0000 (08:36 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 22 Jun 2019 05:36:36 +0000 (08:36 +0300)
docs/installation/releases_en.md

index 9c108c4ffeca24b5cd2581f8192eb00505515840..ce46d0d29fd44832207488889cbfc6e122499cfc 100644 (file)
@@ -49,12 +49,11 @@ apt install postgresql-11-rum
 ```
 Alpine:
 ```sh
-apk add gcc make
+apk add gcc make git postgresql-dev musl-dev
 git clone https://github.com/postgrespro/rum /tmp/rum
 cd /tmp/rum
 make USE_PGXS=1
 make USE_PGXS=1 install
-make USE_PGXS=1 installcheck
 cd
 rm -r /tmp/rum
 ```