Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm19 for openSUSE:Factory checked in at 2026-08-24 12:11:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm19 (Old) and /work/SRC/openSUSE:Factory/.llvm19.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm19" Mon Aug 24 12:11:22 2026 rev:20 rq:1373281 version:19.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm19/llvm19.changes 2026-07-28 17:52:52.557911739 +0200 +++ /work/SRC/openSUSE:Factory/.llvm19.new.1258/llvm19.changes 2026-08-24 12:16:54.185284701 +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: ------------------ ++++++ llvm19.spec ++++++ --- /var/tmp/diff_new_pack.C6Y8oG/_old 2026-08-24 12:16:56.514367653 +0200 +++ /var/tmp/diff_new_pack.C6Y8oG/_new 2026-08-24 12:16:56.520367867 +0200 @@ -1002,6 +1002,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.
