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:
parent
e337be4990
commit
6792ae70f1
@ -32,7 +32,8 @@ apt-get install -y autoconf automake libtool help2man
|
|||||||
apt-get install -y systemtap-sdt-dev
|
apt-get install -y systemtap-sdt-dev
|
||||||
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
|
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
|
||||||
# Tools for developers
|
# 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.
|
# Additional python style checker not available on ubuntu 16.04 or earlier.
|
||||||
apt-get install -y pycodestyle || true
|
apt-get install -y pycodestyle || true
|
||||||
# Additional dependecies for nvmf performance test script
|
# Additional dependecies for nvmf performance test script
|
||||||
|
@ -10,7 +10,7 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
|
|||||||
# Tools for developers
|
# Tools for developers
|
||||||
pkg install -y devel/astyle bash \
|
pkg install -y devel/astyle bash \
|
||||||
misc/e2fsprogs-libuuid sysutils/sg3_utils nasm \
|
misc/e2fsprogs-libuuid sysutils/sg3_utils nasm \
|
||||||
bash-completion
|
bash-completion ruby devel/ruby-gems
|
||||||
pkg install -g -y "py*-pycodestyle"
|
pkg install -g -y "py*-pycodestyle"
|
||||||
fi
|
fi
|
||||||
if [[ $INSTALL_DOCS == "true" ]]; then
|
if [[ $INSTALL_DOCS == "true" ]]; then
|
||||||
|
@ -115,7 +115,7 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
|
|||||||
else
|
else
|
||||||
yum install -y python-pycodestyle lcov ShellCheck
|
yum install -y python-pycodestyle lcov ShellCheck
|
||||||
fi
|
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
|
fi
|
||||||
if [[ $INSTALL_PMEM == "true" ]]; then
|
if [[ $INSTALL_PMEM == "true" ]]; then
|
||||||
# Additional dependencies for building pmem based backends
|
# Additional dependencies for building pmem based backends
|
||||||
|
Loading…
Reference in New Issue
Block a user