<p>osmith <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/15762">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  osmith: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">build-old-tags: remove LD_LIBRARY_PATH<br><br>Do not set LD_LIBRARY_PATH during builds, as this causes testsuites to<br>use the wrong libraries.<br><br>This bug appeared with libosmocore, it gets built for master first, and<br>then an old version like 1.2.0. When using LD_LIBRARY_PATH, the tests<br>during the 1.2.0 build are executed against the libosmo*.so from<br>master, which causes a few tests to fail.<br><br>Change-Id: I0bfb57e418b91c298337b9426448fbcfd7bf32e6<br>---<br>M scripts/osmocom-build-old-tags-against-master.sh<br>1 file changed, 0 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh</span><br><span>index c5e9685..58a0009 100755</span><br><span>--- a/scripts/osmocom-build-old-tags-against-master.sh</span><br><span>+++ b/scripts/osmocom-build-old-tags-against-master.sh</span><br><span>@@ -152,7 +152,6 @@</span><br><span> </span><br><span>   if ! PATH="$PWD:$PATH"\</span><br><span>            PKG_CONFIG_PATH="$TEMP/inst_master/lib/pkgconfig:$TEMP/inst_legacy/lib/pkgconfig:$PKG_CONFIG_PATH" \</span><br><span style="color: hsl(0, 100%, 40%);">-          LD_LIBRARY_PATH="$TEMP/inst_master/lib:$TEMP/inst_legacy/lib:$LD_LIBRARY_PATH" \</span><br><span>           MAKE="make" \</span><br><span>              PARALLEL_MAKE="$PARALLEL_MAKE" \</span><br><span>           CHECK="$check" \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/15762">change 15762</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/osmo-ci/+/15762"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0bfb57e418b91c298337b9426448fbcfd7bf32e6 </div>
<div style="display:none"> Gerrit-Change-Number: 15762 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>