From: Frantisek Sumsal Date: Mon, 6 Jul 2020 08:51:02 +0000 (+0200) Subject: travis: install missing deps for the Coverity run X-Git-Tag: v246-rc1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a64911f9b77457dfc09829d96e5fd1324c64c851;p=thirdparty%2Fsystemd.git 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. --- diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index cc665021d4b..8fe43c07710 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