-
I am unable to compile my library project which depends on mc-sgx-core-types when using a build target where os = none.
in mc-sgx-core-types lib.rs file, there is a call to register a custom getran…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Current Behaviour
I am trying to …
-
There are a lot of ported SGX crates already under the MesaLock Linux organization (https://github.com/mesalock-linux?q=-sgx). These can be easily transferred into this repos.
Note that we have a n…
mssun updated
4 years ago
-
Running `cargo install sgxs-tools --git https://github.com/fortanix/rust-sgx` on Windows 10 results in a compilation failure due to dead code.
Inspecting [`mod.rs:789`](https://github.com/fortanix/…
-
Because of the limitation of cargo, we cannot do source replacement only for deps but not build deps [1]. Therefore, you may see two kinds of work-around: `config_gen` (https://github.com/apache/incub…
mssun updated
4 years ago
-
- [ ] tests/run-make/thumb-none-qemu
- [ ] tests/run-make/x86_64-fortanix-unknown-sgx-lvi
- [ ] tests/run-make/thumb-none-cortex-m (uses git clone too)
These tests use cargo to build crates but they …
-
**Describe the bug:**
`sgx-detect` reports the following error:
> $ sgx-detect --verbose
> Detecting SGX, this may take a minute...
> ✔ SGX instruction set
> ✔ CPU support
> ✔ CPU confi…
-
I want to add build-in function, it depend rust crates, such gluesql、csv, but the https://github.com/mesalock-linux doesn't include these crates. How to port these row rust crates to SGX?
-
We don't utilize `panic_unwind`, backtraces, etc., and no longer plan to.
-
Hi all,
This project now belongs to apache, and has a new repo path at: https://github.com/apache/mesatee-sgx
Currently if one uses the forked crates, he/she still needs to use the old repo URL …