scripts/pkgdep: add ruby-devel to INSTALL_DEV_TOOLS

Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: I367b42a84f3af4ca456ea8c2e1263a05a92bbae7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9145
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Monica Kenguva <monica.kenguva@intel.com>
Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Maciej Wawryk 2021-08-10 14:00:42 +02:00 committed by Tomasz Zawadzki
parent e337be4990
commit 6792ae70f1
3 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,8 @@ apt-get install -y autoconf automake libtool help2man
apt-get install -y systemtap-sdt-dev
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
# Tools for developers
apt-get install -y git astyle pep8 lcov clang sg3-utils pciutils shellcheck abigail-tools bash-completion
apt-get install -y git astyle pep8 lcov clang sg3-utils pciutils shellcheck \
abigail-tools bash-completion ruby-dev
# 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

View File

@ -10,7 +10,7 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
# Tools for developers
pkg install -y devel/astyle bash \
misc/e2fsprogs-libuuid sysutils/sg3_utils nasm \
bash-completion
bash-completion ruby devel/ruby-gems
pkg install -g -y "py*-pycodestyle"
fi
if [[ $INSTALL_DOCS == "true" ]]; then

View File

@ -115,7 +115,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 bash-completion
yum install -y git astyle sg3_utils pciutils libabigail bash-completion ruby-devel
fi
if [[ $INSTALL_PMEM == "true" ]]; then
# Additional dependencies for building pmem based backends