Skip to content
#

enclave

Here are 62 public repositories matching this topic...

jul-sh
jul-sh commented Apr 13, 2022

The devcontainer presently does not use our docker scripts (scripts/docker_run, and scripts/fix_docker_user_and_run), instead mirroring their behavior in regards to user permissions: https://github.com/project-oak/oak/blob/bd071bad6822ec83d7b27a4abd0c2ee78a4d8915/.devcontainer.json#L23

It would be nice if the docker container would instead use (parts of) these scripts. This would allow it to ma

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
chester-leung
chester-leung commented May 19, 2021

We currently offer a Docker image with necessary dependencies, but the image is quite large (~5GB) and takes a while to download. Consequently, we should also provide a Dockerfile as part of this repo to enable users to build the container much faster locally.

good first issue help wanted

Improve this page

Add a description, image, and links to the enclave 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 enclave topic, visit your repo's landing page and select "manage topics."

Learn more