provision: Use pre-built pgroonga on Debian 10.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-08-29 14:26:58 -07:00 committed by Tim Abbott
parent 73c9450d8a
commit e0d122217b
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ COMMON_YUM_DEPENDENCIES = COMMON_DEPENDENCIES + [
] + YUM_THUMBOR_VENV_DEPENDENCIES
BUILD_PGROONGA_FROM_SOURCE = False
if vendor == 'debian' and os_version == "10":
if vendor == 'debian' and os_version in []:
# For platforms without a pgroonga release, we need to build it
# from source.
BUILD_PGROONGA_FROM_SOURCE = True