mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +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>
(cherry picked from commit 8b147d92a8)
This commit is contained in:
committed by
Tim Abbott
parent
244d9ef545
commit
29fdaa2f8d
@@ -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