mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
rpm: Document basic assumptions
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>
This commit is contained in:
parent
eae4b315e4
commit
7618cd2c2d
@ -1,3 +1,9 @@
|
|||||||
|
# This spec file assumes you're building on an environment where:
|
||||||
|
# * You have access to the internet during the build
|
||||||
|
# * You have rustup installed on your system
|
||||||
|
# * You have both x86_64-unknown-linux-gnu and x86_64-unknown-linux-musl
|
||||||
|
# targets installed.
|
||||||
|
|
||||||
Name: cloud-hypervisor
|
Name: cloud-hypervisor
|
||||||
Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM.
|
Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM.
|
||||||
Version: 19.0
|
Version: 19.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user