Change in osmo-ci[master]: ansible: gsm-tester: Install patchelf's build dep autoconf

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
Fri Feb 21 20:09:12 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/17200 )

Change subject: ansible: gsm-tester: Install patchelf's build dep autoconf
......................................................................

ansible: gsm-tester: Install patchelf's build dep autoconf

Change-Id: Ibe0e9b10d87c3630e2f12c9c32196e26213530ca
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 9 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Verified



diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 97ce7e2..ecdd254 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -170,6 +170,15 @@
     - ofono
     - modem
 
+- name: install patchelf build dependencies
+  apt:
+    name: "{{ item }}"
+  with_items:
+    - autoconf
+  tags:
+    - patchelf
+    - osmo-gsm-tester-proc
+
 # patchelf 0.9 available in debian has bugs with certain binaries. Version 0.10
 # fails on other binaries, so we need both 0.9 and 0.10 versions installed.
 - name: setup patchelf v0.10 repository

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ibe0e9b10d87c3630e2f12c9c32196e26213530ca
Gerrit-Change-Number: 17200
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200221/d9d83d69/attachment.htm>


More information about the gerrit-log mailing list