Commit 4d0ed159 authored by Michal Berger's avatar Michal Berger Committed by Konrad Sztyber
Browse files

scripts/pkgdep: Add lcov to freebsd dependencies



Since 5bba1951 removed lcov from pkgdep/git we need to make
sure pkgdep can still provide it for all supported distro; since
11abc273 and 59948022 lcov is mandatory for autotest to
successfully complete.

Change-Id: I4d0ff032445f47e67339183e48ced7e8a3c8faf7
Signed-off-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24973


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Community-CI: Mellanox Build Bot
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent ec7092bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ pkg install -y autoconf automake libtool help2man
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
	# Tools for developers
	pkg install -y devel/astyle bash sysutils/sg3_utils nasm \
		bash-completion ruby devel/ruby-gems
		bash-completion ruby devel/ruby-gems lcov
	pkg install -g -y "py*-pycodestyle"
	# ruby and ruby-gems are not preinstalled on FreeBSD but are needed to
	# build mdl - make sure they are in place.