From 5ac47c1c450f3038f5816c541219132b6f2c7270 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 22 Feb 2017 11:17:25 -0500 Subject: reproducible FreeBSD: allow WITH_REPRODUCIBLE_BUILD to make We're invoking as make WITH_REPRODUCIBLE_BUILD=yes buildworld for now before it is connected to the FreeBSD release build scripts. Signed-off-by: Holger Levsen --- hosts/freebsd-jenkins/usr/local/etc/sudoers | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/freebsd-jenkins/usr/local/etc') diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers index 35f9c9f8..eb15bb18 100644 --- a/hosts/freebsd-jenkins/usr/local/etc/sudoers +++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers @@ -95,7 +95,9 @@ root ALL=(ALL) ALL # for reproducible builds: jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \ + /usr/bin/make -j ? WITH_REPRODUCIBLE_BUILD=yes buildworld, \ /usr/bin/make -j ? buildkernel, \ + /usr/bin/make -j ? WITH_REPRODUCIBLE_BUILD=yes buildkernel, \ /usr/bin/make -j ? PKG_VERSION=current packages, \ /usr/bin/make -j ? installworld, \ /usr/bin/make -j ? installkernel, \ -- cgit v1.2.3-54-g00ecf