Loading
vm_setup: Add arg for disabling use of tsocks
This mainly concerns QEMU compilation. For system which have installed tsocks, vm_setup.sh always tries to pass --with-git to QEMU's configure even when tsocks is not really used (it determines that based on $CONF which by default has tsocks enabled and presence of the tsocks binary). Since in that scenario qemu compilation would simply fail, allow user to force vm_setup.sh into simply ignoring tsocks alltogether. This is an alternative for a change which potentially could break the compatibility by removing tsocks from default $CONF list (I guess there may be some systems out there that relay on tsocks and its default setup in the $CONF). Change-Id: Id3583357878002c79e1a554df664c297a0e39cb3 Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2787 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Karol Latecki <karol.latecki@intel.com>