<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/17276">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">debian-stretch-jenkins: Don't attempt libulfius x86_64 pkg install on  different archs<br><br>I'm actually not sure that libulfius-3.6.4 is required anyway. libulfius<br>2.5 is available in usual debian feeds (also for ARM).<br><br>Change-Id: Ie6b07f676f8e06959eaac5e865c163de3f9c939d<br>---<br>M debian-stretch-jenkins/Dockerfile<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/76/17276/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile</span><br><span>index 92d5bdd..e977df9 100644</span><br><span>--- a/debian-stretch-jenkins/Dockerfile</span><br><span>+++ b/debian-stretch-jenkins/Dockerfile</span><br><span>@@ -133,12 +133,13 @@</span><br><span>     update-locale LANG=en_US.UTF-8</span><br><span> ENV LANG en_US.UTF-8</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-# osmo-remsim needs libulfius (which indirectly depends on systemd, installed above)</span><br><span style="color: hsl(120, 100%, 40%);">+# osmo-remsim needs libulfius (which indirectly depends on systemd, installed above). Packages only available for x86_64.</span><br><span> ARG LIBULFIUS_VER="2.6.4"</span><br><span> ARG LIBULFIUS_PATH="https://github.com/babelouest/ulfius/releases/download/v${LIBULFIUS_VER}"</span><br><span> ADD ${LIBULFIUS_PATH}/libulfius-dev_${LIBULFIUS_VER}_debian_${DEBIAN_VERSION}_x86_64.deb /tmp/ulfius/libulfius-dev.deb</span><br><span> ADD ${LIBULFIUS_PATH}/ulfius-dev-full_${LIBULFIUS_VER}_debian_${DEBIAN_VERSION}_x86_64.tar.gz /tmp/ulfius/all.tar.gz</span><br><span style="color: hsl(0, 100%, 40%);">-RUN cd /tmp/ulfius && \</span><br><span style="color: hsl(120, 100%, 40%);">+RUN     test "$(uname -m)" = "x86_64" &&</span><br><span style="color: hsl(120, 100%, 40%);">+  cd /tmp/ulfius && \</span><br><span>  tar -xvf all.tar.gz && \</span><br><span>     DEBIAN_FRONTEND=noninteractive apt-get update && \</span><br><span>   DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/ulfius/*.deb && \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/17276">change 17276</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/docker-playground/+/17276"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie6b07f676f8e06959eaac5e865c163de3f9c939d </div>
<div style="display:none"> Gerrit-Change-Number: 17276 </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>