From 49c594a55075f46a82a38a9f749a50f67100b1c7 Mon Sep 17 00:00:00 2001 From: gledis69 Date: Fri, 11 Feb 2022 14:17:22 +0300 Subject: [PATCH] Adding install-all comment to all OS-es --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 692f0c743..47d628034 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,8 @@ why we ask this as well as instructions for how to proceed, see the ./configure make make install + # Optionally, you might instead want to use `sudo make install-all` + # since `multi_extension` regression test would fail due to missing downgrade scripts. cd src/test/regress make check ``` @@ -63,7 +65,7 @@ why we ask this as well as instructions for how to proceed, see the make sudo make install # Optionally, you might instead want to use `sudo make install-all` - # since `multi_extension` test would fail due to missing downgrade scripts. + # since `multi_extension` regression test would fail due to missing downgrade scripts. cd src/test/regress make check ``` @@ -106,6 +108,8 @@ why we ask this as well as instructions for how to proceed, see the PG_CONFIG=/usr/pgsql-14/bin/pg_config ./configure make sudo make install + # Optionally, you might instead want to use `sudo make install-all` + # since `multi_extension` regression test would fail due to missing downgrade scripts. cd src/test/regress make check ``` @@ -127,6 +131,8 @@ cd build cmake .. make -j5 sudo make install +# Optionally, you might instead want to use `sudo make install-all` +# since `multi_extension` regression test would fail due to missing downgrade scripts. cd ../.. git clone https://github.com/citusdata/tools.git