mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
`using_rustup` is needed as distros (such as Fedora or RHEL) don't provide the users a way to install`rustup` without conflicting with the distro provided `rust` package. In order to minimize the troubles for those who want to build cloud-hypervisor using the distros packages, let's allow the users to change that variable and then simply rely on their system packages. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>