[Rpm-maint] [rpm-software-management/rpm] RFE: allow choosing between sub-package and IO-stream threading in build (Issue #3161)

Panu Matilainen notifications at github.com
Wed Jun 12 12:09:24 UTC 2024


rpmbuild parallelizes binary package creation based on available cpu/mem heuristic, and disables IO-level threading during OMP sections because those two systems have no means to communicate and negotiate appropriate resource consumption. 

Sub-package threading is generic and works reproducibly with all IO, but reputedly zstd produces identical output even when parallelized, and in *that* case it'd be beneficial to let the IO stream be parallelized instead. A relatively simple solution could be allowing users to switch between the two in configuration.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3161
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3161 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240612/4cb23be3/attachment.html>


More information about the Rpm-maint mailing list