summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-07-06 10:51:02 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-07-06 11:06:59 +0200
commita64911f9b77457dfc09829d96e5fd1324c64c851 (patch)
tree1ff74e2d0e5465613b9df4c40dbb0ae654f65116 /travis-ci
parentc5fbdebec641c61efca769a0a9168f8fb06f7436 (diff)
downloadsystemd-a64911f9b77457dfc09829d96e5fd1324c64c851.tar.gz
travis: install missing deps for the Coverity run
Let's install libzstd & libfido2 to cover two recently added features. In case of libfido2 this should also get rid of the 'dead code' issues found by Coverity, like CID#1430168, CID#1430167, CID#1430166, or CID#1430165.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fedora.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh
index cc665021d4..8fe43c0771 100755
--- a/travis-ci/managers/fedora.sh
+++ b/travis-ci/managers/fedora.sh
@@ -18,11 +18,15 @@ REPO_ROOT="${REPO_ROOT:-$PWD}"
ADDITIONAL_DEPS=(
clang
dnf-plugins-core
- hostname libasan
- jq iputils
+ hostname
+ iputils
+ jq
+ libasan
libfdisk-devel
+ libfido2-devel
libpwquality-devel
libubsan
+ libzstd-devel
llvm
openssl-devel
p11-kit-devel