mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Do not build the base archive for android platform.
We already have a base archive per android_<arch> platform. We don't need to create another archive that will mainly include the content of the other archives.
This commit is contained in:
@ -324,8 +324,9 @@ if PLATFORM != 'flatpak':
|
||||
f.extractall(str(HOME))
|
||||
except URLError:
|
||||
pass
|
||||
run_kiwix_build('alldependencies', platform=PLATFORM)
|
||||
make_deps_archive(name=base_dep_archive_name, full=True)
|
||||
else:
|
||||
run_kiwix_build('alldependencies', platform=PLATFORM)
|
||||
make_deps_archive(name=base_dep_archive_name, full=True)
|
||||
|
||||
|
||||
# A basic compilation to be sure everything is working (for a PR)
|
||||
|
Reference in New Issue
Block a user