[Bug 290427] REPRODUCIBLE_BUILD set inconsistently
Date: Wed, 22 Oct 2025 18:06:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290427
Bug ID: 290427
Summary: REPRODUCIBLE_BUILD set inconsistently
Product: Base System
Version: 14.3-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: bugs@FreeBSD.org
Reporter: emaste@freebsd.org
in share/mk/bsd.opts.mk:
__DEFAULT_NO_OPTIONS = \
...
REPRODUCIBLE_BUILD \
in share/mk/src.opts.mk:
__DEFAULT_YES_OPTIONS = \
...
REPRODUCIBLE_BUILD \
It's currently NO in main and YES in stable/15; the releng article lists it as
one of the knobs to turn on once the stable branch is created:
https://docs.freebsd.org/en/articles/freebsd-releng/
--
You are receiving this mail because:
You are the assignee for the bug.