mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
provision: Install non-PGDG PGroonga package in development environment.
The development environment installs PostgreSQL from the OS, not PGDG,
so we should install the non-PGDG PGroonga package to match. This is
required on Debian 10 where postgresql-12-pgdg-pgroonga does not exist.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 1178e015d1
)
This commit is contained in:
committed by
Alex Vandiver
parent
aaf0e1d93b
commit
4eaf9d7e55
@@ -205,7 +205,7 @@ elif "debian" in os_families():
|
|||||||
SYSTEM_DEPENDENCIES = [
|
SYSTEM_DEPENDENCIES = [
|
||||||
*DEBIAN_DEPENDECIES,
|
*DEBIAN_DEPENDECIES,
|
||||||
f"postgresql-{POSTGRESQL_VERSION}",
|
f"postgresql-{POSTGRESQL_VERSION}",
|
||||||
f"postgresql-{POSTGRESQL_VERSION}-pgdg-pgroonga",
|
f"postgresql-{POSTGRESQL_VERSION}-pgroonga",
|
||||||
*VENV_DEPENDENCIES,
|
*VENV_DEPENDENCIES,
|
||||||
]
|
]
|
||||||
elif "rhel" in os_families():
|
elif "rhel" in os_families():
|
||||||
|
Reference in New Issue
Block a user