[Bug 264433] installkernel produces /boot/kernel directory over 500MB in size

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Jun 2022 06:49:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264433

--- Comment #10 from Eugene Grosbein <eugen@freebsd.org> ---
Another difference between "old good" and "new bad" stable/13 systems: old one
is virtual machine with 1GB RAM only and it has also in /etc/src.conf:

WITHOUT_CLANG_BOOTSTRAP=
WITHOUT_LLD_BOOTSTRAP=
WITHOUT_ELFTOOLCHAIN_BOOTSTRAP=
WITHOUT_TOOLCHAIN=

And it has older system compiler:

FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git
llvmorg-11.0.1-0-g43ff75f2c3fe)
Target: x86_64-unknown-freebsd13.0

Newer is bare metal system with 16GB RAM, it does not have four WITHOUT_* above
knobs and used newver system compiler to build:

FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git
llvmorg-13.0.0-0-gd7b669b3a303)
Target: x86_64-unknown-freebsd13.1

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