From 4f7ae29989473ee3089a95618f27b26c8f7bd9a8 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 3 Sep 2021 15:17:52 +0200 Subject: -touch build config !coverity --- .buildbot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.buildbot/build.sh') diff --git a/.buildbot/build.sh b/.buildbot/build.sh index 10578a051..8dfd1fccd 100755 --- a/.buildbot/build.sh +++ b/.buildbot/build.sh @@ -1,4 +1,4 @@ #!/bin/bash echo "Cleanup old installation..." rm -rf /tmp/gnunet -./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make -j8 +./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make -j16 -- cgit v1.2.3