Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aa_sev_kbc.yml workflow fails #760

Open
2 tasks
mythi opened this issue Oct 21, 2024 · 1 comment
Open
2 tasks

aa_sev_kbc.yml workflow fails #760

mythi opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mythi
Copy link
Contributor

mythi commented Oct 21, 2024

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:

  • get offline_sev_kbc build fixed
  • rework/update aa_sev_kbc.yml so that it is actually run more often

How to reproduce

$ cargo build -p kbc --no-default-features --features offline_sev_kbc,rust-crypto

CoCo version information

guest-components HEAD

What TEE are you seeing the problem on

Sev

Failing command and relevant log output

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
@mythi mythi added the bug Something isn't working label Oct 21, 2024
@Xynnn007
Copy link
Member

@fitzthum Is offline sev kbc still used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants