Do not build with gcc-5.

We build with gcc-5 because of zimSplit using ofstream.swap method.
Latest version of zimSplit doesn't use it anymore so let's compile
everything with default gcc.

See openzim/zim-tools@a959609839

We also explicitly set the list of package to install per job, so
less packages are installed.
This commit is contained in:
Matthieu Gautier
2018-06-12 16:43:28 +02:00
parent 2f058d239b
commit 2a18f74786
2 changed files with 61 additions and 41 deletions

View File

@ -10,7 +10,7 @@ main_project_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '6'
base_deps_meta_version = '7'
base_deps_versions = {