From 3025e18b3a278fadd456284a2a106e259702ba09 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 14 Oct 2016 13:37:51 -0700 Subject: [PATCH] Alpine linux warning --- install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.rst b/install.rst index 11fcfe2ac..5edde5e55 100644 --- a/install.rst +++ b/install.rst @@ -17,6 +17,10 @@ The `release page `_ has Build from Source ================= +.. note:: + + We discourage building and using PostgREST on **Alpine Linux** because of a reported GHC memory leak on that platform. + When a prebuilt binary does not exist for your system you can build the project from source. You'll also need to do this if you want to help with development. `Stack `_ makes it easy. It will install any necessary Haskell dependencies on your system. * `Install Stack `_ for your platform