Change in ...libusrp[master]: jenkins.sh: Workaround race conditon in make

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Aug 11 12:11:18 UTC 2019


laforge has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190811/4c6e9ff8/attachment.htm>


More information about the gerrit-log mailing list