Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2022 13:50:58 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 928e649f6818 - releng/13.1 - 13.1: Enable REPRODUCIBLE_BUILD by default
Message-ID:  <202203211350.22LDowQo051783@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.1 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=928e649f6818805b5f342396cc350a5743c37308

commit 928e649f6818805b5f342396cc350a5743c37308
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-03-21 13:50:10 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-03-21 13:50:10 +0000

    13.1: Enable REPRODUCIBLE_BUILD by default
    
    This was missed when branching releng/13.1.
    
    Noticed by:     debdrup
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/conf/kern.opts.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk
index 7361cdd70076..b64a1b27dccb 100644
--- a/sys/conf/kern.opts.mk
+++ b/sys/conf/kern.opts.mk
@@ -43,6 +43,7 @@ __DEFAULT_YES_OPTIONS = \
     NETGRAPH \
     OFED \
     PF \
+    REPRODUCIBLE_BUILD \
     SCTP_SUPPORT \
     SOURCELESS_HOST \
     SOURCELESS_UCODE \
@@ -56,8 +57,7 @@ __DEFAULT_NO_OPTIONS = \
     INIT_ALL_PATTERN \
     INIT_ALL_ZERO \
     KERNEL_RETPOLINE \
-    RATELIMIT \
-    REPRODUCIBLE_BUILD
+    RATELIMIT
 
 # Some options are totally broken on some architectures. We disable
 # them. If you need to enable them on an experimental basis, you



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203211350.22LDowQo051783>