Skip to content

Backport v2022 <- v2023: Enable limiting of compression threading

Dylan Aïssi requested to merge apertis/v2023 into apertis/v2022-updates

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

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

Merge request reports