Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm22 for openSUSE:Factory checked in at 2026-08-25 13:18:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm22 (Old) and /work/SRC/openSUSE:Factory/.llvm22.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm22" Tue Aug 25 13:18:26 2026 rev:7 rq:1373278 version:22.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm22/llvm22.changes 2026-07-08 17:36:23.485160057 +0200 +++ /work/SRC/openSUSE:Factory/.llvm22.new.1258/llvm22.changes 2026-08-25 13:18:43.714080769 +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: ------------------ ++++++ llvm22.spec ++++++ --- /var/tmp/diff_new_pack.H0m6Lc/_old 2026-08-25 13:18:46.166167235 +0200 +++ /var/tmp/diff_new_pack.H0m6Lc/_new 2026-08-25 13:18:46.168167306 +0200 @@ -956,6 +956,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.
