edgelessrt icon indicating copy to clipboard operation
edgelessrt copied to clipboard

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...

Results 5 edgelessrt issues
Sort by recently updated
recently updated
newest added

### Issue description I would like to build whole EGo on CentOS, but failed to build edgelessrt on centos 8 first step. ### To reproduce Steps to reproduce the behavior:...

I am trying to run [edglessrt go sample](https://github.com/edgelesssys/edgelessrt/tree/master/samples/go) Getting error while running OE_SIMULATION=1 erthost enclave.signed root@d1cc01526652:/com.docker.devenvironments.code/edgelessrt/samples/go/build# OE_SIMULATION=1 erthost enclave.signed [erthost] running in simulation mode [erthost] loading enclave ... Illegal instruction...

**Issue description** The build completed successfully but when running ninja it failed **Steps :** 1.I updated the source 2.All steps except the last one completed 3.I get errors and failed...

Could help to provide examples for adding custom enclave entry function? `ertdeventry` must not be used in production, as the `README` said, and `ertmeshentry` seems to introduce some extra packages...

### 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...