mirror of https://github.com/zulip/zulip.git
provision: add dependency for building pgroonga from source.
clang-9 and llvm-9-dev are added for building pgroonga from source.
This commit is contained in:
parent
f23a435fcb
commit
b5c2202b3b
|
@ -170,6 +170,8 @@ if vendor == 'debian' and os_version in [] or vendor == 'ubuntu' and os_version
|
|||
"postgresql-server-dev-{0}",
|
||||
"libgroonga-dev",
|
||||
"libmsgpack-dev",
|
||||
"clang-9",
|
||||
"llvm-9-dev"
|
||||
]
|
||||
] + VENV_DEPENDENCIES
|
||||
elif "debian" in os_families():
|
||||
|
|
Loading…
Reference in New Issue