Add TDX compilation test

This commit is contained in:
Hsy-Intel
2024-11-02 02:59:39 +00:00
committed by Tate, Hongliang Tian
parent b3d30f7ac3
commit a0a8493f98
3 changed files with 26 additions and 3 deletions

View File

@ -70,4 +70,6 @@ version = "1.0"
features = ["spin_no_std"]
[features]
all = ["cvm_guest"]
cvm_guest = ["dep:tdx-guest", "ostd/cvm_guest"]