>From d7c004bb81a0c808f7ef8d00eaabd825d9b90303 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 8 Sep 2014 09:30:36 +0200 Subject: [PATCH] CI: Add missing debian dependency make needn't be installed by default. $ contrib/ci/run install-deps: success 00:16:43 ci-install-deps.log autoreconf: success 00:00:12 ci-autoreconf.log DEBUG BUILD: ci-build-debug configure: success 00:00:13 ci-build-debug/ci-configure.log make-tests: failure 00:00:01 ci-build-debug/ci-make-tests.log FAILURE $ cat ci-build-debug/ci-make-tests.log Start: Mon Sep 8 09:31:43 CEST 2014 + make-check-wrap -j 4 check -- true /tmp/sssd/contrib/ci/make-check-wrap: line 52: make: command not found End: Mon Sep 8 09:31:44 CEST 2014 --- contrib/ci/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index 41acbc27bacefff80c18feaae1f6d56352eecca5..998d2858b6aab6032782266c6e679a703ae28ffc 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -89,6 +89,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then libtevent-dev libtool libxml2-utils + make python-dev samba-dev systemd -- 2.1.0