[sysadmin/ci-master-config] docker/ubuntu-wily-slave: Include libcanberra-dev in the CI system image for KF5 based builds, as needed by Plasma PA.

Ben Cooksley bcooksley at kde.org
Fri Jul 29 20:22:07 UTC 2016


Git commit 02fdad704cca5fa4a141c7b9a18cfa89c4e4cf9c by Ben Cooksley.
Committed on 29/07/2016 at 20:21.
Pushed by bcooksley into branch 'master'.

Include libcanberra-dev in the CI system image for KF5 based builds, as needed by Plasma PA.
This should fix it's CI build.
@PlasmaDevs: Please ask for packages to be made available before beginning to depend on them, to help the CI system function smoothly.
CCMAIL: plasma-devel at kde.org

M  +2    -1    docker/ubuntu-wily-slave/Dockerfile

http://commits.kde.org/sysadmin/ci-master-config/02fdad704cca5fa4a141c7b9a18cfa89c4e4cf9c

diff --git a/docker/ubuntu-wily-slave/Dockerfile b/docker/ubuntu-wily-slave/Dockerfile
index 9a4ab73..f8dc248 100644
--- a/docker/ubuntu-wily-slave/Dockerfile
+++ b/docker/ubuntu-wily-slave/Dockerfile
@@ -253,7 +253,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes install \
     libgconf2-dev \
     libpodofo-dev \
     libclang-3.7-dev \
-    llvm-3.7
+    llvm-3.7 \
+    libcanberra-dev
 
 RUN gem install cucumber
 


More information about the Plasma-devel mailing list