pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libusrp/+/15147
Change subject: jenkins.sh: Workaround race conditon in make ...................................................................... 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 --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/47/15147/1 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 @@ autoreconf --install --force ./configure -$MAKE $PARALLEL_MAKE +$MAKE # Parallel make fails ocsasionally, see OS#3970. $MAKE distcheck $MAKE maintainer-clean -- To view, visit https://gerrit.osmocom.org/c/libusrp/+/15147 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libusrp Gerrit-Branch: master Gerrit-Change-Id: Iab8eab6d21365e3ee8d018428a707c56cc1b72e5 Gerrit-Change-Number: 15147 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-MessageType: newchange
