Commit ab7ae487 authored by Michal Berger's avatar Michal Berger Committed by Tomasz Zawadzki
Browse files

pkgdep: Add bash-completion package to DEV_TOOLS



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


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarMonica Kenguva <monica.kenguva@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarKarol Latecki <karol.latecki@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Community-CI: Mellanox Build Bot
parent 097d1979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ pacman -Sy --needed --noconfirm autoconf automake libtool help2man
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
	# Tools for developers
	pacman -Sy --needed --noconfirm git astyle autopep8 \
		clang sg3_utils pciutils shellcheck
		clang sg3_utils pciutils shellcheck bash-completion
	#fakeroot needed to instal via makepkg
	pacman -Sy --needed --noconfirm fakeroot
	su - $SUDO_USER -c "pushd /tmp;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ apt-get install -y libnuma-dev
apt-get install -y autoconf automake libtool help2man
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
	# Tools for developers
	apt-get install -y git astyle pep8 lcov clang sg3-utils pciutils shellcheck abigail-tools
	apt-get install -y git astyle pep8 lcov clang sg3-utils pciutils shellcheck abigail-tools bash-completion
	# Additional python style checker not available on ubuntu 16.04 or earlier.
	apt-get install -y pycodestyle || true
	# Additional dependecies for nvmf performance test script
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ pkg install -y autoconf automake libtool help2man
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
	# Tools for developers
	pkg install -y devel/astyle bash py37-pycodestyle \
		misc/e2fsprogs-libuuid sysutils/sg3_utils nasm
		misc/e2fsprogs-libuuid sysutils/sg3_utils nasm \
		bash-completion
fi
if [[ $INSTALL_DOCS == "true" ]]; then
	# Additional dependencies for building docs
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
	else
		yum install -y python-pycodestyle lcov ShellCheck
	fi
	yum install -y git astyle sg3_utils pciutils libabigail
	yum install -y git astyle sg3_utils pciutils libabigail bash-completion
fi
if [[ $INSTALL_PMEM == "true" ]]; then
	# Additional dependencies for building pmem based backends
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ zypper install -y autoconf automake libtool help2man
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
	# Tools for developers
	zypper install -y git-core lcov python-pycodestyle sg3_utils \
		pciutils ShellCheck
		pciutils ShellCheck bash-completion
fi
if [[ $INSTALL_PMEM == "true" ]]; then
	# Additional dependencies for building pmem based backends