Change in docker-playground[master]: debian-stretch-jenkins: install osmo-trx depends

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/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Mar 9 10:34:46 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/23280 )

Change subject: debian-stretch-jenkins: install osmo-trx depends
......................................................................

debian-stretch-jenkins: install osmo-trx depends

Add liblimesuite-dev and libuhd-dev, so we can successfully build
osmo-trx in docker in master-builds and gerrit-verifications.

Related: OS#5055
Change-Id: Ieec31fd6a2034c4430be81afd1d370816cd577d5
---
M debian-stretch-jenkins/Dockerfile
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, approved
  osmith: Verified



diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile
index fcd093b..d218741 100644
--- a/debian-stretch-jenkins/Dockerfile
+++ b/debian-stretch-jenkins/Dockerfile
@@ -166,7 +166,9 @@
     update-locale LANG=en_US.UTF-8
 ENV LANG en_US.UTF-8
 
-# osmo-remsim needs libulfius which is built in osmocom OBS repos:
+# Install packages from Osmocom OBS repositories:
+# * osmo-remsim: libulfius
+# * osmo-trx: liblimesuite-dev, libuhd-dev
 ARG	OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/Debian_9.0/"
 COPY	Release.key /tmp/Release.key
 RUN	apt-key add /tmp/Release.key && \
@@ -175,6 +177,8 @@
 ADD	$OSMOCOM_REPO/Release /tmp/Release
 RUN	apt-get update && \
 	apt-get install -y --no-install-recommends \
+		liblimesuite-dev \
+		libuhd-dev \
 		libulfius-dev && \
 	apt-get clean
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23280
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ieec31fd6a2034c4430be81afd1d370816cd577d5
Gerrit-Change-Number: 23280
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210309/7463215e/attachment.htm>


More information about the gerrit-log mailing list