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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/00/17200/1
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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200217/ab6fe7e1/attachment.htm>