diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2014-09-08 09:30:36 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-09-16 14:29:57 +0200 |
commit | 3b8a064895aaef68fb615cf0287167aa3d3c6cfc (patch) | |
tree | 7bc8880500a9b51670cdf2a9e8a43adf830aea75 /contrib/ci | |
parent | ef105b3848894920eda52f4c5e38e9fb7b5ac616 (diff) | |
download | sssd-3b8a064895aaef68fb615cf0287167aa3d3c6cfc.tar.gz sssd-3b8a064895aaef68fb615cf0287167aa3d3c6cfc.tar.xz sssd-3b8a064895aaef68fb615cf0287167aa3d3c6cfc.zip |
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
Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'contrib/ci')
-rw-r--r-- | contrib/ci/deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |