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 <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-MessageType: merged

Reply via email to