provision: Use binary PGroonga release on Debian 12.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-02-26 16:09:45 -08:00 committed by Tim Abbott
parent 275843f9dd
commit cba4b8141e
1 changed files with 1 additions and 1 deletions

View File

@ -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