Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm21 for openSUSE:Factory checked in at 2026-08-25 13:18:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm21 (Old) and /work/SRC/openSUSE:Factory/.llvm21.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm21" Tue Aug 25 13:18:36 2026 rev:17 rq:1373279 version:21.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm21/llvm21.changes 2026-07-28 17:51:18.906637048 +0200 +++ /work/SRC/openSUSE:Factory/.llvm21.new.1258/llvm21.changes 2026-08-25 13:18:47.941229828 +0200 @@ -1,0 +2,6 @@ +Sun Aug 23 13:52:04 UTC 2026 - Aaron Puchert <[email protected]> + +- Remove soft limit on open files. Depending on the number of jobs, + linking can sometimes open more than 1024 files (boo#1261761). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm21.spec ++++++ --- /var/tmp/diff_new_pack.gTnxW5/_old 2026-08-25 13:18:50.321313756 +0200 +++ /var/tmp/diff_new_pack.gTnxW5/_new 2026-08-25 13:18:50.323313826 +0200 @@ -1028,6 +1028,9 @@ CFLAGS="%flags" CXXFLAGS="%flags" +# Linking opens lots of files at the same time. +ulimit -S -n unlimited + mem_per_compile_job=1200000 %ifarch i586 ppc armv6hl armv7hl # 32-bit arches need less memory than 64-bit arches.
