From 45c0f9e8d2a05cda20f74a52a3aa7bfebced7065 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 9 Aug 2019 14:22:56 +0200 Subject: jenkins.sh: Workaround race conditon in make Sometimes the jenkins job fails to build. I never have this issue on my workstation. Disabling PARALLEL_MAKE is osmo-trx jenkins.sh (which requires libusrp build) made libusrp stop failing there, so let's do the same here. OS#3970 Change-Id: Iab8eab6d21365e3ee8d018428a707c56cc1b72e5 --- contrib/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index d75beda..7a7e782 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -4,6 +4,6 @@ set -ex autoreconf --install --force ./configure -$MAKE $PARALLEL_MAKE +$MAKE # Parallel make fails ocsasionally, see OS#3970. $MAKE distcheck $MAKE maintainer-clean -- cgit v1.2.3