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.
I followed the compilation process in the documentation, but when I use Ctest, 7 tests still fail.
But when I use Ctest in simulation mode, it report 0 test fail.
Is that ok or not?
Hi,
The set of failed tests indicates that SGX works, but attestation is not set up properly. You may ignore this for development, but you should fix it for production.
I followed the compilation process in the documentation, but when I use Ctest, 7 tests still fail. But when I use Ctest in simulation mode, it report 0 test fail. Is that ok or not?