mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-17 21:34:29 +01:00
We're adding a new target for building a TDX capable Cloud Hypervisor for CC. As the current version of Cloud Hypervisor is already built with TDX support, we just rely on calling the same `install_cc_clh()` function, as done for the non-tee `cc` target. Fixes: #4659 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>