On Thu, Aug 14, 2025 at 2:11 PM Justin Zobel <[email protected]> wrote:
> On 13/8/25 18:53, Ben Cooksley wrote: > > On Wed, Aug 13, 2025 at 11:14 AM Justin Zobel <[email protected]> wrote: > >> On 13/8/25 06:02, Albert Astals Cid wrote: >> >> calligra - NEW >> * https://invent.kde.org/office/calligra/-/pipelines/1015293 >> * flatpak build timed out >> >> Ben, as this is an entire office suite, is it possible we can get the >> build time limit increased? It was 99% of the way to completion. The >> timeout it hit was from the project config. >> > > We can increase that, but just reviewing the build log I see it is > building cppunit, which I believe is a unit testing framework. > Why are we building developer things in a user destined Flatpak? > > Thanks Ben, I've done a MR to test building without it here: > https://invent.kde.org/office/calligra/-/pipelines/1016460 > Thanks Justin. Randomly it looks like librevenge (some importer for WordPerfect files?) has a hard dependency on cppunit (which seems silly, but it is autotools so goes with the territory). I have increased the limit to 90 minutes but would be nice to investigate whether flags to ./configure can avoid these developer only dependencies as this may also help slim down the Flatpak. Cheers, Ben
