edgelesssys / edgelessrt

Edgeless RT is an SDK and a runtime for Intel SGX. It combines top-notch Go support with simplicity, robustness and a small TCB. Developing confidential microservices has never been easier! C++17 and Rust (experimental) are also supported.
https://edgeless.systems
MIT License
134 stars 20 forks source link

Ninja command failed. Untrusted signature error #144

Open imranmehdi5511 opened 1 year ago

imranmehdi5511 commented 1 year ago

Issue description

The build should complete successfully when running the ninja command but it failed.

To reproduce

Steps to reproduce the behavior:

1.I tried to build from the source 2.All steps except the last one failed 3.I get errors and failed message when running ''ninja''

Expected behavior

The build should have completed successfully.

Additional info / screenshot

Screenshots attached. image image image image

thomasten commented 1 year ago

Is this on Ubuntu 22.04? It's not supported yet, but you can use an ubuntu:20.04 docker image.

thomasten commented 1 year ago

EdgelessRT v0.4.0 now supports Ubuntu 22.04