mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-23 11:52:21 +00:00
Let's document the most basic assumptions about the RPM spec file we maintain for cloud-hypervisor, being those: * You must have access to the internet during build, otherwise pulling the vendored code down won't work. * You must have rustup installed on your system, otherwise basic checks performed during the build target will fail. * You must have both gnu and musl libc targets installed, otherwise either the dynamically or the statically link build will fail. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>