Commit 6792ae70 authored by Maciej Wawryk's avatar Maciej Wawryk Committed by Tomasz Zawadzki
Browse files

scripts/pkgdep: add ruby-devel to INSTALL_DEV_TOOLS



Signed-off-by: default avatarMaciej 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: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarPaul Luse <paul.e.luse@intel.com>
Reviewed-by: default avatarMonica Kenguva <monica.kenguva@intel.com>
Reviewed-by: default avatarPawel Piatek <pawelx.piatek@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent e337be49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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