From 3b8a064895aaef68fb615cf0287167aa3d3c6cfc Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 8 Sep 2014 09:30:36 +0200 Subject: CI: Add missing debian dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Michal Židek --- contrib/ci/deps.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index 41acbc27b..998d2858b 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 -- cgit