]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: install missing deps for the Coverity run
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 6 Jul 2020 08:51:02 +0000 (10:51 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 6 Jul 2020 09:06:59 +0000 (11:06 +0200)
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

index cc665021d4b6bd79d1a7f8836c6021cdf6d64db9..8fe43c077109fa499e33139d4fe2b6ec32338cd7 100755 (executable)
@@ -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