scripts: vmsetup.sh fix pkgdep usage
vmsetup invokes pkgdep.sh with -i flags, but that flag is not supported. This patch changes the call to just `pkgdep.sh`. Change-Id: I1eb92b9ddfce1ea2d7ef450fd795f8f93fb198ec Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450260 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
0153a2e9d6
commit
bef5509d4f
@ -384,7 +384,7 @@ git -C spdk_repo/spdk config submodule.intel-ipsec-mb.url "${GIT_REPO_INTEL_IPSE
|
||||
git -C spdk_repo/spdk submodule update --init --recursive
|
||||
|
||||
if $INSTALL; then
|
||||
sudo spdk_repo/spdk/scripts/pkgdep.sh -i
|
||||
sudo spdk_repo/spdk/scripts/pkgdep.sh
|
||||
|
||||
if echo $CONF | grep -q tsocks; then
|
||||
sudo dnf install -y tsocks
|
||||
|
Loading…
Reference in New Issue
Block a user