<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12419">View Change</a></p><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: I80eecc60b96e87710218089dfdd1a3f87b40a8b1<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/asn1c refs/changes/19/12419/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 1b09c8b..823b343 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -14,7 +14,7 @@</span><br><span> set -x</span><br><span> </span><br><span> ./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken</span><br><span style="color: hsl(0, 100%, 40%);">-$MAKE $PARALLEL_MAKE</span><br><span style="color: hsl(120, 100%, 40%);">+$MAKE -j1</span><br><span> $MAKE check</span><br><span> #$MAKE distcheck # distcheck currently broken</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12419">change 12419</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/12419"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asn1c </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I80eecc60b96e87710218089dfdd1a3f87b40a8b1 </div>
<div style="display:none"> Gerrit-Change-Number: 12419 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>