Change in docker-playground[master]: debian-stretch-jenkins: Don't attempt libulfius x86_64 pkg install on...

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.org
Wed Feb 26 15:26:35 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/17276 )


Change subject: debian-stretch-jenkins: Don't attempt libulfius x86_64 pkg install on  different archs
......................................................................

debian-stretch-jenkins: Don't attempt libulfius x86_64 pkg install on  different archs

I'm actually not sure that libulfius-3.6.4 is required anyway. libulfius
2.5 is available in usual debian feeds (also for ARM).

Change-Id: Ie6b07f676f8e06959eaac5e865c163de3f9c939d
---
M debian-stretch-jenkins/Dockerfile
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/76/17276/1

diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile
index 92d5bdd..e977df9 100644
--- a/debian-stretch-jenkins/Dockerfile
+++ b/debian-stretch-jenkins/Dockerfile
@@ -133,12 +133,13 @@
     update-locale LANG=en_US.UTF-8
 ENV LANG en_US.UTF-8
 
-# osmo-remsim needs libulfius (which indirectly depends on systemd, installed above)
+# osmo-remsim needs libulfius (which indirectly depends on systemd, installed above). Packages only available for x86_64.
 ARG LIBULFIUS_VER="2.6.4"
 ARG LIBULFIUS_PATH="https://github.com/babelouest/ulfius/releases/download/v${LIBULFIUS_VER}"
 ADD ${LIBULFIUS_PATH}/libulfius-dev_${LIBULFIUS_VER}_debian_${DEBIAN_VERSION}_x86_64.deb /tmp/ulfius/libulfius-dev.deb
 ADD ${LIBULFIUS_PATH}/ulfius-dev-full_${LIBULFIUS_VER}_debian_${DEBIAN_VERSION}_x86_64.tar.gz /tmp/ulfius/all.tar.gz
-RUN cd /tmp/ulfius && \
+RUN	test "$(uname -m)" = "x86_64" &&
+	cd /tmp/ulfius && \
 	tar -xvf all.tar.gz && \
 	DEBIAN_FRONTEND=noninteractive apt-get update && \
 	DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/ulfius/*.deb && \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie6b07f676f8e06959eaac5e865c163de3f9c939d
Gerrit-Change-Number: 17276
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/20200226/bf6b3f58/attachment.htm>


More information about the gerrit-log mailing list