Selaa lähdekoodia

-try j8 !tarball

Martin Schanzenbach 2 vuotta sitten
vanhempi
commit
38902729b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .buildbot/build.sh

+ 1 - 1
.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
+./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make -j8