Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm20 for openSUSE:Factory checked in at 2026-08-24 12:11:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm20 (Old) and /work/SRC/openSUSE:Factory/.llvm20.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm20" Mon Aug 24 12:11:17 2026 rev:16 rq:1373280 version:20.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm20/llvm20.changes 2026-07-28 17:52:41.641530028 +0200 +++ /work/SRC/openSUSE:Factory/.llvm20.new.1258/llvm20.changes 2026-08-24 12:16:51.214178882 +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: ------------------ ++++++ llvm20.spec ++++++ --- /var/tmp/diff_new_pack.LVrFMo/_old 2026-08-24 12:16:53.290252823 +0200 +++ /var/tmp/diff_new_pack.LVrFMo/_new 2026-08-24 12:16:53.293252930 +0200 @@ -991,6 +991,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.
