mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
apt-repos: Use PGroonga binaries on Ubuntu 24.04.
These did not exist when we first added Ubuntu 24.04 support; now they do. Fixes #31261. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e4f1156bea
commit
8b147d92a8
@@ -149,7 +149,7 @@ COMMON_YUM_DEPENDENCIES = [
|
||||
|
||||
BUILD_GROONGA_FROM_SOURCE = False
|
||||
BUILD_PGROONGA_FROM_SOURCE = False
|
||||
if (vendor == "debian" and os_version in []) or (vendor == "ubuntu" and os_version in ["24.04"]):
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user