From 9f7e744f66e42824cd7d66063b8ebcab915733e7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 24 Jul 2015 13:13:05 +0200 Subject: reproducible freebsd: run 'make buildworld' with sudo as it needs to write to /usr/obj --- bin/reproducible_freebsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_freebsd.sh') diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 8ddc4705..8437120f 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -60,9 +60,9 @@ echo "$(date -u) - Building freebsd ${FREEBSD_VERSION} - first build run." echo "=============================================================================" export TZ="/usr/share/zoneinfo/Etc/GMT+12" # actually build everything -$RSSH "cd $TMPBUILDDIR/freebsd ; TZ=$TZ make buildworld" || true +$RSSH "cd $TMPBUILDDIR/freebsd ; TZ=$TZ sudo make buildworld" || true # try again, to work around failure in cleanup (stage 2.1) -$RSSH "cd $TMPBUILDDIR/freebsd ; TZ=$TZ make buildworld" +$RSSH "cd $TMPBUILDDIR/freebsd ; TZ=$TZ sudo make buildworld" # save results in b1 save_freebsd_results b1 # cleanup ... -- cgit v1.2.3-54-g00ecf