jenkins.sh: disable parallel build

Avoid a race condition that causes the build to fail on Jenkins with:

asn1p_y.y: In function 'asn1p_parse':
asn1p_y.y:357:13: error: 'param' undeclared (first use in this function)
   *(void **)param = $1;
             ^~~~~

Change-Id: I80eecc60b96e87710218089dfdd1a3f87b40a8b1
This commit is contained in:
Oliver Smith 2018-12-21 16:53:42 +01:00
parent 1ebab44b6f
commit 7546c8cdc5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ echo
set -x
./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken
$MAKE $PARALLEL_MAKE
$MAKE -j1
$MAKE check
#$MAKE distcheck # distcheck currently broken