<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13260">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">build_deps: add libulfius-dev and libjansson-dev for osmo-remsim<br><br>Change-Id: I8d490babb4f1f47e94d15c74a8fba439522e1e18<br>---<br>M ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml<br>1 file changed, 10 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/60/13260/1</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 1a53b57..efbf94a 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>@@ -120,3 +120,13 @@</span><br><span>   with_items:</span><br><span>     - liblimesuite-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 osmo-remsim dependencies</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%);">+  with_items:</span><br><span style="color: hsl(120, 100%, 40%);">+    - libjansson-dev</span><br><span style="color: hsl(120, 100%, 40%);">+    - libulfius-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/13260">change 13260</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/13260"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8d490babb4f1f47e94d15c74a8fba439522e1e18 </div>
<div style="display:none"> Gerrit-Change-Number: 13260 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>