You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0432]: unresolved import `sev`
--> attestation-agent/kbc/src/offline_sev_kbc/mod.rs:9:5
|
9 | use sev::*;| ^^^ use of undeclared crate or module `sev`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `kbc` (lib) due to 1 previous error
The text was updated successfully, but these errors were encountered:
Describe the bug
aa_sev_kbc.yml
is set to trigger only when changes to the corresponding KBC files are made but not when, e.g. changes to cargo dependencies are made.I can see two problems:
offline_sev_kbc
build fixedaa_sev_kbc.yml
so that it is actually run more oftenHow to reproduce
CoCo version information
guest-components HEAD
What TEE are you seeing the problem on
Sev
Failing command and relevant log output
The text was updated successfully, but these errors were encountered: