mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
[CI] Do not build zim-tools on armhf
zim-tools depends of docopt which need a recent enough version of gcc (4.9) But we are using gcc 4.8.3 to cross compile on armhf.
This commit is contained in:
2
.github/scripts/build_projects.py
vendored
2
.github/scripts/build_projects.py
vendored
@ -29,7 +29,7 @@ elif PLATFORM_TARGET.startswith("native_"):
|
||||
TARGETS = ("libzim",)
|
||||
else:
|
||||
TARGETS = ("zim-tools", "libkiwix", "kiwix-tools")
|
||||
elif PLATFORM_TARGET in ("win32_static", "armhf_static", "i586_static"):
|
||||
elif PLATFORM_TARGET in ("win32_static", "armhf_static", "armhf_dyn", "i586_static"):
|
||||
TARGETS = ("kiwix-tools",)
|
||||
elif PLATFORM_TARGET == "flatpak":
|
||||
TARGETS = ("kiwix-desktop",)
|
||||
|
Reference in New Issue
Block a user