diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2016-05-06 15:51:12 +0200 |
---|---|---|
committer | Lukas Slebodnik <lslebodn@redhat.com> | 2016-06-10 18:15:27 +0200 |
commit | acf7cee13f07b368b0ccae69776309f7f69cbca1 (patch) | |
tree | 06b74d6d31fc3626bc55f4d9d46341fd7a0b478a /contrib/ci/deps.sh | |
parent | 94b860e8fc51c659c6ac09d69481b838555fff76 (diff) | |
download | sssd-acf7cee13f07b368b0ccae69776309f7f69cbca1.tar.gz sssd-acf7cee13f07b368b0ccae69776309f7f69cbca1.tar.xz sssd-acf7cee13f07b368b0ccae69776309f7f69cbca1.zip |
BUILD: Enable systemtap during RPM build and CI
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'contrib/ci/deps.sh')
-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 c9a8a6384..4fc1d2d0b 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -114,6 +114,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then python-ldap ldap-utils slapd + systemtap-sdt-dev ) DEPS_INTGCHECK_SATISFIED=true fi |