summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2017-02-22 11:17:25 -0500
committerHolger Levsen <holger@layer-acht.org>2017-02-22 17:25:03 +0100
commit5ac47c1c450f3038f5816c541219132b6f2c7270 (patch)
treeb1bbb68bfe55e3153331674f71cda0b5fe0c4308 /hosts
parent9f6f57ab0991db13e49c2b2f978a719b2804ee67 (diff)
downloadjenkins.debian.net-5ac47c1c450f3038f5816c541219132b6f2c7270.tar.xz
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 <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r--hosts/freebsd-jenkins/usr/local/etc/sudoers2
1 files changed, 2 insertions, 0 deletions
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, \