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
When building the attestation agent, the features list has some features space separated and others comma separated under the same double quotes: --features "sample_kbc grpc,rust-crypto".
$ make buildDEBIANOS is: truecd app && cargo build --release --no-default-features --features "sample_kbc grpc,rust-crypto" --target x86_64-unknown-linux-gnu/home/surajaz/code/work/image-rs/attestation-agent/app Updating crates.io index...
The text was updated successfully, but these errors were encountered:
When building the attestation agent, the features list has some features space separated and others comma separated under the same double quotes:
--features "sample_kbc grpc,rust-crypto"
.The text was updated successfully, but these errors were encountered: