Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Aug 2021 08:14:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257616] WITH_META_MODE=yes, toolchain is rebuilt each make buildworld
Message-ID:  <bug-257616-227-L2T0GJdk4W@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257616-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257616-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257616

--- Comment #7 from Oleh Vinichenko <moonlapse81@gmail.com> ---
ok, so correct report from me had to be, that toolchain is rebuilt complete=
ly
after installworld, while i understand why it could be the case, it seems
excessive, when no changes in /usr/src happened (i.e, no git pull, etc ...)=
. If
such behavior is by design, then this report can be closed as expected, no
problems with that.

with building world from scratch:
>>> World built in 5134 seconds, ncpu: 8, make -j8

with building world, just right after first one finished:
>>> World built in 64 seconds, ncpu: 8, make -j8 # good :)

after installing world (notice, that nothing done in /usr/src at all):
>>> World built in 3238 seconds, ncpu: 8, make -j8
most of time is llvm rebuild

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257616-227-L2T0GJdk4W>