From 72e63562fde8105b13defe2396ba77d1a4f902ff Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 15 Mar 2021 19:23:49 +0100 Subject: [PATCH] ansible: osmocom_build_deps.yml: Install missing open5gs dep libnghttp2-dev The official Build Guide lists it as a dependency, and meson fails without it. Change-Id: I6b40acd7dd5bdc596b26227bba83e3f87a841d00 --- ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml | 1 + 1 file changed, 1 insertion(+) 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 816218f0..e2b5a983 100644 --- a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml +++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml @@ -160,6 +160,7 @@ - libmongoc-dev - libbson-dev - libyaml-dev + - libnghttp2-dev cache_valid_time: 3600 update_cache: yes when: ansible_distribution == 'Debian' and ansible_distribution_version|int >= 10