mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: disallow building tdx feature
It is broken. There is no use in producing something that doesn't work. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -12,8 +12,6 @@ cargo_args=("")
|
||||
# shellcheck disable=SC2154
|
||||
if [[ $hypervisor = "mshv" ]]; then
|
||||
cargo_args+=("--features $hypervisor")
|
||||
elif [[ $(uname -m) = "x86_64" ]]; then
|
||||
cargo_args+=("--features tdx")
|
||||
fi
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
|
||||
Reference in New Issue
Block a user