Skip to content

Commit 774ce9f

Browse files
authored
Merge pull request ceph#55351 from rosinL/wip-fix-64122
script/run-make: install lvm2 for make check cephadm test
2 parents 17b2100 + d304cbb commit 774ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/run-make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function prepare() {
5656

5757
if test -f ./install-deps.sh ; then
5858
ci_debug "Running install-deps.sh"
59-
INSTALL_EXTRA_PACKAGES="ccache git $which_pkg clang"
59+
INSTALL_EXTRA_PACKAGES="ccache git $which_pkg clang lvm2"
6060
$DRY_RUN source ./install-deps.sh || return 1
6161
trap clean_up_after_myself EXIT
6262
fi

0 commit comments

Comments
 (0)