Merge branch 'pw/add-p-recount' into maint
[gitweb.git] / ci / run-linux32-build.sh
index 26c168a0165522655e4e80988ba553b314b333f5..e3a193adbce39cb62b3be20b269444188a900613 100755 (executable)
@@ -55,6 +55,6 @@ linux32 --32bit i386 su -m -l $CI_USER -c '
        set -ex
        cd /usr/src/git
        test -n "$cache_dir" && ln -s "$cache_dir/.prove" t/.prove
-       make --jobs=2
+       make
        make test
 '