<p>Neels Hofmeyr <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12194">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jenkins.sh: disable parallel build<br><br>Avoid a race condition that causes the build to fail on Jenkins with:<br><br>asn1p_y.y: In function 'asn1p_parse':<br>asn1p_y.y:357:13: error: 'param' undeclared (first use in this function)<br>   *(void **)param = $1;<br>             ^~~~~<br><br>Change-Id: Ib853a93bffc4cd78d4f08624fb1e56772ce68ce5<br>---<br>M contrib/jenkins.sh<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></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 7d68736..dbdfda6 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -14,7 +14,10 @@</span><br><span> </span><br><span> autoreconf --install --force</span><br><span> ./configure --enable-werror</span><br><span style="color: hsl(0, 100%, 40%);">-$MAKE $PARALLEL_MAKE</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# Parallel make is disabled due to a race condition. On Jenkins, it often</span><br><span style="color: hsl(120, 100%, 40%);">+# aborts the build with: "asn1p_y.y:357:13: error: 'param' undeclared"</span><br><span style="color: hsl(120, 100%, 40%);">+$MAKE -j1</span><br><span> $MAKE distcheck \</span><br><span>   || cat-testlogs.sh</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12194">change 12194</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/12194"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libasn1c </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ib853a93bffc4cd78d4f08624fb1e56772ce68ce5 </div>
<div style="display:none"> Gerrit-Change-Number: 12194 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>