Skip to content

Commit

Permalink
pkgdep: Make sure gem is installed on FreeBSD prior installing mdl
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Berger <[email protected]>
Change-Id: I2ce2ce7294eff1c0cd66a5bf101f37d64ee4645d
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9165
Community-CI: Broadcom CI <[email protected]>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
Reviewed-by: Tomasz Zawadzki <[email protected]>
  • Loading branch information
Michal Berger authored and tomzawadzki committed Aug 24, 2021
1 parent 11d907c commit 3220a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/pkgdep/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
misc/e2fsprogs-libuuid sysutils/sg3_utils nasm \
bash-completion ruby devel/ruby-gems
pkg install -g -y "py*-pycodestyle"
# ruby and ruby-gems are not preinstalled on FreeBSD but are needed to
# build mdl - make sure they are in place.
pkg install -y ruby devel/ruby-gems
fi
if [[ $INSTALL_DOCS == "true" ]]; then
# Additional dependencies for building docs
Expand Down

0 comments on commit 3220a05

Please sign in to comment.