mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Get base dependencies only if we are not building a flatpak.
This commit is contained in:
@ -249,6 +249,7 @@ for p in (NIGHTLY_KIWIX_ARCHIVES_DIR,
|
||||
|
||||
make_release = re.fullmatch(r"[0-9]+\.[0-9]+\.[0-9]+", environ.get('TRAVIS_TAG', '')) is not None
|
||||
|
||||
if PLATFORM != 'flatpak':
|
||||
# The first thing we need to do is to (potentially) download already compiled base dependencies.
|
||||
base_dep_archive_name = "base_deps_{os}_{platform}_{version}.tar.gz".format(
|
||||
os=TRAVIS_OS_NAME,
|
||||
|
Reference in New Issue
Block a user