Merge pull request #3689 from fidencio/wip/clh-build-and-ship-a-tdx-capable-binary

tools: Build cloud-hypervisor with "--features tdx"
This commit is contained in:
Fabiano Fidêncio 2022-02-16 21:52:55 +01:00 committed by GitHub
commit 1f28e87e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,11 +125,7 @@ install_firecracker() {
# Install static cloud-hypervisor asset
install_clh() {
local cloud_hypervisor_repo
local cloud_hypervisor_version
cloud_hypervisor_repo="$(yq r $versions_yaml assets.hypervisor.cloud_hypervisor.url)"
cloud_hypervisor_version="$(yq r $versions_yaml assets.hypervisor.cloud_hypervisor.version)"
export extra_build_args="--features tdx"
info "build static cloud-hypervisor"
"${clh_builder}"