-
HW: NUC7JY
SW: Fedora 32
Patch: https://download.copr.fedorainfracloud.org/results/npmccallum/enarx/fedora-32-x86_64/01632008-kernel/
Following https://github.com/enarx/enarx-keepldr
When **$car…
-
HW: Intel NUC7JY
SW: Fedora 32 64bit
Reproducible steps:
Following https://github.com/enarx/enarx-keepldr
1. Install Dependencies
2. Install Rust, Nightly and the MUSL target
3. Build
$ g…
-
We should consolidate the following crates:
- [x] rename sgx-types => sgx
- [x] merge sgx-crypto => sgx
- [x] merge iocuddle-sgx => sgx
- [x] merge attestation-types => sgx
- [ ] ~~merge intel-…
-
**Problem**
Cargo running with `nightly-aarch64-apple-darwin` does not understand this is the default and attempts to install `nigthly-x86_64-apple-darwin`.
**Steps**
0. On clean machine, install…
-
In this PR it is written: https://github.com/brycx/orion/pull/113
> Edit: I haven't been able to get a solution working, that doesn't require heap allocation. Thus, the Argon2i implementation will …
-
Reproduce:
build the following minimal crate:
https://github.com/scs/test-no-std/tree/ed25519-dalek
`cargo build --no-default-features` results in
```
error: duplicate lang item in crate `s…
-
In #2140,
TQE_MRENCLAVE, MRSIGNER and NETWORK_ID are required to be calculated and set before build.
Also, `ci-scripts/Dockerfile` should be updated as libzmq3-dev are replaced with libudev-dev an…
-
I download the release version from https://github.com/occlum/occlum/archive/0.13.0.tar.gz and unzip.
when exec "make submodule", will get error like this:
# make submodule
find: ‘.git/hooks’: No s…
-
When I start the worker with the following env
```
export RUST_LOG=debug,substrate_api_client=warn,ws=warn,substratee_worker_enclave=debug,sp_io::storage=warn,sp_io::hashing=warn,runtime=debug
```
…
-
I believe it's possible to link output binary with some C/Rust dylib that will have function that provides cpuid implementation, this way it will be possible to compile crates that use cpuid.