We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17b2100 + d304cbb commit 774ce9fCopy full SHA for 774ce9f
src/script/run-make.sh
@@ -56,7 +56,7 @@ function prepare() {
56
57
if test -f ./install-deps.sh ; then
58
ci_debug "Running install-deps.sh"
59
- INSTALL_EXTRA_PACKAGES="ccache git $which_pkg clang"
+ INSTALL_EXTRA_PACKAGES="ccache git $which_pkg clang lvm2"
60
$DRY_RUN source ./install-deps.sh || return 1
61
trap clean_up_after_myself EXIT
62
fi
0 commit comments