mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
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:
commit
1f28e87e00
@ -125,11 +125,7 @@ install_firecracker() {
|
|||||||
|
|
||||||
# Install static cloud-hypervisor asset
|
# Install static cloud-hypervisor asset
|
||||||
install_clh() {
|
install_clh() {
|
||||||
local cloud_hypervisor_repo
|
export extra_build_args="--features tdx"
|
||||||
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)"
|
|
||||||
|
|
||||||
info "build static cloud-hypervisor"
|
info "build static cloud-hypervisor"
|
||||||
"${clh_builder}"
|
"${clh_builder}"
|
||||||
|
Loading…
Reference in New Issue
Block a user