mirror of
https://github.com/systemd/systemd.git
synced 2024-12-01 06:13:38 +08:00
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:
parent
c5fbdebec6
commit
a64911f9b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user