pkgdep: Add bash-completion package to DEV_TOOLS
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I7fe3baa15327b9ff509185ff6aa30390e35e9f8c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6239 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Monica Kenguva <monica.kenguva@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
097d1979b1
commit
ab7ae487a6
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user