summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-09-29 12:29:51 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-30 17:32:10 +0200
commit90063840941efb2015d4375333677e3c26b1f4e6 (patch)
treec3360107e3f3a465598f35d4659f289e59a765a0
parentcf37196dca93a8785c5a4e0af6e9a5053bff4e3a (diff)
downloadsssd-90063840941efb2015d4375333677e3c26b1f4e6.tar.gz
sssd-90063840941efb2015d4375333677e3c26b1f4e6.tar.xz
sssd-90063840941efb2015d4375333677e3c26b1f4e6.zip
CI: Add missing dependency for debian
All test failed due to missing /usr/bin/libtool e.g. /home/build/sssd/build/test-driver: line 107: libtool: command not found FAIL test-io (exit status: 127) Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
-rw-r--r--contrib/ci/deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh
index 22b7276eb..0c42e4626 100644
--- a/contrib/ci/deps.sh
+++ b/contrib/ci/deps.sh
@@ -97,6 +97,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
libtdb-dev
libtevent-dev
libtool
+ libtool-bin
libxml2-utils
make
python-dev