kiwix-build/kiwixbuild/platforms
Matthieu Gautier f9d5e0aa21 Use an already made archive for the armhf toolchains instead of git clone.
First, we don't need to clone all the git repository, we only need a
sub-directory.
Secondly, as we the base_deps archives only archive the sub-directory,
subsequent run of kiwix-build in the ci will try to do a git update on
a non git repository.

By making ourselves a tar archive, we simplify the process.

The archive on download.kiwix.org has been made with :
`tar czf raspberrypy-tools.tar.gz raspberrypi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64`
`raspberrypi-tools` being a clone of `https://github.com/raspberrypi/tools`
commit sha is 5caa7046982f0539cf5380f94da04b31129ed521
2019-05-02 17:43:11 +02:00
..
__init__.py First version of a flatpak builder. 2018-11-27 09:43:52 +01:00
android.py Build in release mode. 2019-02-19 17:23:14 +01:00
armhf.py Use an already made archive for the armhf toolchains instead of git clone. 2019-05-02 17:43:11 +02:00
base.py Allow the platform itself to set on which platform we need to build the dep 2019-02-04 17:01:28 +01:00
flatpak.py First version of a flatpak builder. 2018-11-27 09:43:52 +01:00
i586.py Add missing import of pj in i586 platform 2019-01-10 16:50:47 +01:00
ios.py Build in release mode. 2019-02-19 17:23:14 +01:00
native.py Allow kiwix-build to build shared libs linked statically with deps. 2019-02-04 17:01:28 +01:00
neutral.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
win32.py Add the include dir in the meson_cross_file. 2019-01-09 18:29:58 +01:00