Skip to content
#

sgx

Here are 165 public repositories matching this topic...

incubator-teaclave-sgx-sdk
Lio101
Lio101 commented Mar 4, 2022

Hi, I am getting error when running ./run-teaclave-services.sh.

Platform: Azure CC VM
OS: Ubuntu 18.04
Docker Image used: teaclave-build-ubuntu-1804-sgx-dcap-1.11:0.1.5

Error:
**~/incubator-teaclave/docker$ ./run-teaclave-services.sh
/dev/isgx device detected.
/var/run/aesmd/aesm.socket socket detected.
Error: No such volume: aesmd-socket
COMMAND: docker-compose -f docker-compose

help wanted good first issue
dominic-mulligan-arm
dominic-mulligan-arm commented Jan 5, 2021

Various bits of the Veracruz codebase are quite opinionated about the relative sizes of various Rust types, e.g. conversions between usize and u64 are quite common. Technically speaking, these conversions can fail at runtime due to usize not being a fixed-width type in Rust, and these conversions mark one of the few places we still have calls to expect() and unwrap() in the runtime's co

enhancement good first issue trusted-veracruz-runtime build-process

Improve this page

Add a description, image, and links to the sgx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sgx topic, visit your repo's landing page and select "manage topics."

Learn more