mirror of https://github.com/zulip/zulip.git
provision: Use binary PGroonga release on Debian 12.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
275843f9dd
commit
cba4b8141e
|
@ -160,7 +160,7 @@ COMMON_YUM_DEPENDENCIES = [
|
|||
|
||||
BUILD_GROONGA_FROM_SOURCE = False
|
||||
BUILD_PGROONGA_FROM_SOURCE = False
|
||||
if vendor == "debian" and os_version in ["12"] or vendor == "ubuntu" and os_version in []:
|
||||
if vendor == "debian" and os_version in [] or vendor == "ubuntu" and os_version in []:
|
||||
# For platforms without a PGroonga release, we need to build it
|
||||
# from source.
|
||||
BUILD_PGROONGA_FROM_SOURCE = True
|
||||
|
|
Loading…
Reference in New Issue