scripts/pkgdep: Remove call to install_sfhmt from freebsd.sh
This function is now being called from common.sh instead. Change-Id: I90df5e3ea543a96fcede33b90369371191dffd07 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4160 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
597ab5915a
commit
3b102b4f57
@ -9,7 +9,6 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
|
||||
# Tools for developers
|
||||
pkg install -y devel/astyle bash py27-pycodestyle \
|
||||
misc/e2fsprogs-libuuid sysutils/sg3_utils nasm
|
||||
install_shfmt
|
||||
fi
|
||||
if [[ $INSTALL_DOCS == "true" ]]; then
|
||||
# Additional dependencies for building docs
|
||||
|
Loading…
Reference in New Issue
Block a user