From c4043f75347a2213628f3950fcbfa6d068ef402b Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 24 Jun 2024 11:46:38 +0200 Subject: [PATCH] [TOREVERT] Use fix_manylinux_compile_release br for libzim --- kiwixbuild/dependencies/libzim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwixbuild/dependencies/libzim.py b/kiwixbuild/dependencies/libzim.py index 4928c94..26dc2c8 100644 --- a/kiwixbuild/dependencies/libzim.py +++ b/kiwixbuild/dependencies/libzim.py @@ -9,6 +9,7 @@ class Libzim(Dependency): class Source(GitClone): git_remote = "https://github.com/openzim/libzim.git" git_dir = "libzim" + git_ref = "fix_manylinux_compile_release" class Builder(MesonBuilder): test_options = ["-t", "8"]