mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-06 07:04:34 +01:00
Let's allow passing down a build flag to cargo, when building Cloud Hypervisor. By doing this we allow calling this script with: ``` extra_build_flags="--features tdx" ./build-static-clh.sh ``` Fixes: #3671 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>