Bug 389917 - translations builds not parallel
Summary: translations builds not parallel
Status: RESOLVED FIXED
Alias: None
Product: frameworks-ki18n
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.42.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Chusslove Illich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-05 14:12 UTC by Harald Sitter
Modified: 2020-03-20 10:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Sitter 2018-02-05 14:12:40 UTC
Right now translation builds are serialized by the build-{po,ts}files.cmake scripts.
This makes no use of the job count passed to make and as a result makes builds that include a whole lot of translations (e.g. plasma-workspace) take much longer than necessary as neither CPU nor disk resources are properly utilized.

Translations builds should parallelize to make full use of the available job count.
Comment 1 Harald Sitter 2020-03-20 10:07:50 UTC
https://phabricator.kde.org/D10776