Launch kiwix-build verbose
This commit is contained in:
parent
04c17e7159
commit
4718001a52
|
@ -176,6 +176,7 @@ def run_kiwix_build(
|
||||||
command.append("--fast-clone")
|
command.append("--fast-clone")
|
||||||
command.append("--assume-packages-installed")
|
command.append("--assume-packages-installed")
|
||||||
command.append("--use-target-arch-name")
|
command.append("--use-target-arch-name")
|
||||||
|
command.append("--verbose")
|
||||||
command.extend(["--config", config])
|
command.extend(["--config", config])
|
||||||
if build_deps_only:
|
if build_deps_only:
|
||||||
command.append("--build-deps-only")
|
command.append("--build-deps-only")
|
||||||
|
|
Loading…
Reference in New Issue