kiwix / kiwix-build

Kiwix & openZIM build engine
GNU General Public License v3.0
86 stars 42 forks source link

Last version of aria2 1.37.0 doesn't compile on bionic. #666

Closed mgautierfr closed 8 months ago

mgautierfr commented 9 months ago

The pull request #657 had conflict with #637 on the base_deps_meta_version and so, it hasn't try to build the dependencies at all (as it use the cached build in #637).

So we haven't check that aria2 1.37.0 compile correctly on all our platforms. See https://github.com/kiwix/kiwix-build/actions/runs/6928477707/job/18844365491?pr=654 which is about a PR triggering a dependency build (even if not related to aria2)

kelson42 commented 8 months ago

@mgautierfr Only libzim has to compile on bionic, therefore deactivating compilation of anything else on bionic will solve the problem.

mgautierfr commented 8 months ago

Fixed by b7c4854d83a215 (in pr #654)