<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libusrp/+/15147">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jenkins.sh: Workaround race conditon in make<br><br>Sometimes the jenkins job fails to build. I never have this issue<br>on my workstation. Disabling PARALLEL_MAKE is osmo-trx jenkins.sh (which<br>requires libusrp build) made libusrp stop failing there, so let's do the<br>same here.<br><br>OS#3970<br>Change-Id: Iab8eab6d21365e3ee8d018428a707c56cc1b72e5<br>---<br>M contrib/jenkins.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/47/15147/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh</span><br><span>index d75beda..7a7e782 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -4,6 +4,6 @@</span><br><span> </span><br><span> autoreconf --install --force</span><br><span> ./configure</span><br><span style="color: hsl(0, 100%, 40%);">-$MAKE $PARALLEL_MAKE</span><br><span style="color: hsl(120, 100%, 40%);">+$MAKE # Parallel make fails ocsasionally, see OS#3970.</span><br><span> $MAKE distcheck</span><br><span> $MAKE maintainer-clean</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libusrp/+/15147">change 15147</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libusrp/+/15147"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libusrp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iab8eab6d21365e3ee8d018428a707c56cc1b72e5 </div>
<div style="display:none"> Gerrit-Change-Number: 15147 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>