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.
This commit is contained in:
Frantisek Sumsal 2020-07-06 10:51:02 +02:00
parent c5fbdebec6
commit a64911f9b7
1 changed files with 6 additions and 2 deletions

View File

@ -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