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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ansible: Skip liblimesuite-dev for debian 8.0<br><br>There is no installable liblimesuite-dev for Debian 8.0 and the<br>playbook execution fails. Install it for Debian 9.0 or later.<br><br>Change-Id: I0cee652b9d9703dc10b6105711a26f33cc2a3fda<br>---<br>M ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml<br>1 file changed, 10 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml</span><br><span>index 4ccdf9f..2200638 100644</span><br><span>--- a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml</span><br><span>+++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml</span><br><span>@@ -67,7 +67,6 @@</span><br><span>     - libgnutls28-dev</span><br><span>     - libgps-dev</span><br><span>     - libgsm1-dev</span><br><span style="color: hsl(0, 100%, 40%);">-    - liblimesuite-dev</span><br><span>     - libmnl-dev</span><br><span>     - libncurses5-dev</span><br><span>     - libortp-dev</span><br><span>@@ -106,3 +105,13 @@</span><br><span>   with_items:</span><br><span>     - liblua5.3-dev</span><br><span>   when: ansible_distribution == 'Debian' and ansible_distribution_version >= 9</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+- name: install liblimesuite-dev for stretch or later</span><br><span style="color: hsl(120, 100%, 40%);">+  apt:</span><br><span style="color: hsl(120, 100%, 40%);">+    name: "{{ item }}"</span><br><span style="color: hsl(120, 100%, 40%);">+    cache_valid_time: 3600</span><br><span style="color: hsl(120, 100%, 40%);">+    update_cache: yes</span><br><span style="color: hsl(120, 100%, 40%);">+    install_recommends: no</span><br><span style="color: hsl(120, 100%, 40%);">+  with_items:</span><br><span style="color: hsl(120, 100%, 40%);">+    - liblimesuite-dev</span><br><span style="color: hsl(120, 100%, 40%);">+  when: ansible_distribution == 'Debian' and ansible_distribution_version >= 9</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11574">change 11574</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/11574"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I0cee652b9d9703dc10b6105711a26f33cc2a3fda </div>
<div style="display:none"> Gerrit-Change-Number: 11574 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Holger Freyther <holger@freyther.de> </div>
<div style="display:none"> Gerrit-Reviewer: Holger Freyther <holger@freyther.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>