From 309cf872b25749feaa0ca6ba426da39d0b081f9d Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 21 Dec 2020 23:52:20 +0900 Subject: cleanup before build --- .buildbot/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildbot/build.sh b/.buildbot/build.sh index f2cdb3f2a..f1f474ee7 100755 --- a/.buildbot/build.sh +++ b/.buildbot/build.sh @@ -1,3 +1,4 @@ #!/bin/bash - +echo "Cleanup old installation..." +rm -rf /tmp/gnunet ./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make -- cgit v1.2.3