flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
142 stars 93 forks source link

builder-module: run autotools tests in parallel #546

Closed lw64 closed 1 year ago

lw64 commented 1 year ago

I am not sure if parallel tests should be also enabled for other build systems.

TingPing commented 1 year ago

The same -j arguments apply to both cmake and meson.

lw64 commented 1 year ago

I think Meson is doing it by default though. Should it still be given there too?

TingPing commented 1 year ago

Yes, ninja defaults to number of threads + 2 or similar.

However I think this is a bugfix, because now it will respect limits you give flatpak-builder.

lw64 commented 1 year ago

Thanks! Is there going to be a release with this fix soon?