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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Aug 9 12:25:44 UTC 2019


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 <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190809/4ce05f6e/attachment.htm>


More information about the gerrit-log mailing list