Change in osmo-ci[master]: ansible: Install open5gs dependencies on debian10

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 26 10:09:44 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/17267 )


Change subject: ansible: Install open5gs dependencies on debian10
......................................................................

ansible: Install open5gs dependencies on debian10

Change-Id: Ib58a9a91d34c4ebf10171bed8f0b26d9b34892b1
---
M ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
1 file changed, 15 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/67/17267/1

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
index 0b2fe63..86acaab 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml
@@ -150,3 +150,18 @@
     - libuhd-dev
     - libczmq-dev
     - libsoapysdr-dev
+
+- name: install open5gs build dependencies
+  apt:
+    name: "{{ item }}"
+    cache_valid_time: 3600
+    update_cache: yes
+  with_items:
+    - meson
+    - ninja-build
+    - libgcrypt-dev
+    - libidn11-dev
+    - libmongoc-dev
+    - libbson-dev
+    - libyaml-dev
+  when: ansible_distribution == 'Debian' and ansible_distribution_version|int >= 10

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/17267
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ib58a9a91d34c4ebf10171bed8f0b26d9b34892b1
Gerrit-Change-Number: 17267
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200226/3b64bb21/attachment.htm>


More information about the gerrit-log mailing list