git: 928e649f6818 - releng/13.1 - 13.1: Enable REPRODUCIBLE_BUILD by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 13:50:58 UTC
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