mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-15 02:10:04 -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]
|
archives = [src_archive, meson_patch]
|
||||||
#patches = ['zlib_std_libname.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