mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-08-03 10:56:15 -04:00
Disable zlib testing under x86-64_musl
x86-64_musl is built via cross-compilation, so tests cannot be run
This commit is contained in:
parent
9def7175bb
commit
7d1a64fe66
@ -24,4 +24,8 @@ class zlib(Dependency):
|
||||
archives = [src_archive, meson_patch]
|
||||
#patches = ['zlib_std_libname.patch']
|
||||
|
||||
Builder = MesonBuilder
|
||||
class Builder(MesonBuilder):
|
||||
@property
|
||||
def configure_options(self):
|
||||
if self.buildEnv.configInfo.build == "x86-64_musl":
|
||||
yield "-Dtests=disabled"
|
||||
|
Loading…
x
Reference in New Issue
Block a user