Skip to content

Backport v2023<-v2024dev1: Enable limiting of compression threading

Walter Lozano requested to merge wip/wlozano/xz-fix-v2023 into apertis/v2023

Backport !3 (merged)

The xz compression is currently being configured to use a number of worker threads equal to the processors on the system being used. This is generally OK, however in some instances we compile packages on large machines, with as many as 160 CPU cores.

This fix was taken from linux@c3501dad

https://phabricator.apertis.org/T9633

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports