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:
parent
19ac17a637
commit
39d05d1b03
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue