mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
provision: Disable tsearch_extras for Debian.
This commit is contained in:
@@ -131,7 +131,8 @@ UBUNTU_COMMON_APT_DEPENDENCIES = [
|
|||||||
APT_DEPENDENCIES = {
|
APT_DEPENDENCIES = {
|
||||||
"stretch": UBUNTU_COMMON_APT_DEPENDENCIES + [
|
"stretch": UBUNTU_COMMON_APT_DEPENDENCIES + [
|
||||||
"postgresql-9.6",
|
"postgresql-9.6",
|
||||||
"postgresql-9.6-tsearch-extras",
|
# tsearch-extras removed because there's no apt repository hosting it for Debian.
|
||||||
|
# "postgresql-9.6-tsearch-extras",
|
||||||
"postgresql-9.6-pgroonga",
|
"postgresql-9.6-pgroonga",
|
||||||
],
|
],
|
||||||
"trusty": UBUNTU_COMMON_APT_DEPENDENCIES + [
|
"trusty": UBUNTU_COMMON_APT_DEPENDENCIES + [
|
||||||
|
|||||||
Reference in New Issue
Block a user