Re: FYI, build times for 15.0-RELEASE and 14.4-RELEASE poudriere jail worlds vs. 14.3-RELEASE poudriere jail worlds: an example

[email protected] (Helge Oldach) Sun, 19 Apr 2026 10:15:15 +0200 (CEST)
Newsgroups gmane.os.freebsd.stable
Message-ID <[email protected]>
Mark Millard wrote on Sat, 18 Apr 2026 21:26:10 +0200 (CEST):
> There have been reports of rather large time differences for
> 14.4-RELEASE vs. 14.3-RELEASE --as well as prior reports referencing
> 14.3-RELEASE  vs. 15.0-RELEASE.

PR 287447 perhaps?

14.3's cc is statically linked against libllvm etc, while 14.4 and 15.0 have private shared libraries - boils down to 2e47f35be5dc.

Running on a system with WITH_LLVM_LINK_STATIC_LIBRARIES has significantly reduced build times for me.

Kind regards
Helge