From a64911f9b77457dfc09829d96e5fd1324c64c851 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 6 Jul 2020 10:51:02 +0200 Subject: 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. --- travis-ci/managers/fedora.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'travis-ci') 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 -- cgit v1.2.1