osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/33675 )
Change subject: debian-bullseye-jenkins: add libcdk5-dev
......................................................................
debian-bullseye-jenkins: add libcdk5-dev
Prepare for osmo-bsc I8b3d5efb769437a5d3036e1e627b8d477275d93e where
jenkins.sh will explcitly build meas_vis and configure.ac will stop if
libcdk5-dev is not installed.
Currently meas_vis only gets built if libcdk5-dev is installed, meaning
right now it doesn't get built by the jenkins verification and
master-build jobs (only by the debian package build verification).
Related: OS#5173
Change-Id: I015b6d7cb834e99ea5d04206ba5f8c519c4e6af1
---
M debian-bullseye-jenkins/Dockerfile
1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/75/33675/1
diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile
index 2edd3f6..a0ef3c8 100644
--- a/debian-bullseye-jenkins/Dockerfile
+++ b/debian-bullseye-jenkins/Dockerfile
@@ -60,6 +60,7 @@
libasound2-dev \
libboost-all-dev \
libc-ares-dev \
+ libcdk5-dev \
libcsv-dev \
libdbd-sqlite3 \
libdbi-dev \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/33675
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I015b6d7cb834e99ea5d04206ba5f8c519c4e6af1
Gerrit-Change-Number: 33675
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange