-
Hi,
We are trying to increase the rust-sgx-sdk from 1.0.6 to 1.1.0, and we have noticed that you have already moved the crates from `rust-sgx-sdk/third_party` here, so we modify our Cargo.toml file l…
-
## NEW TRACKING ISSUE = https://github.com/rust-lang/rust/issues/63566
This is a tracking issue for the RFC "Deprecate `uninitialized` in favor of a new `MaybeUninit` type" (rust-lang/rfcs#1892).
…
-
**Problem**
When building
https://github.com/encointer/encointer-worker/commit/7252e20264e63c7dce11470922d7c2965378842e
I get an error:
```
error: duplicate lang item in crate `sgx_tstd` (whic…
-
### Error:
One of the rust-sgx-sdk crates: sgx_tcrypto_helper can not be compiled when I code the sgx_trusted_worker.
### step1:
I add this line `sgx_tcrypto_help = { version = "1.1.0" }` in the …
-
Current `protected_fs`'s tests module is built in source dir. Because it is not tracked by cmake, this may cause some issues:
```
$ cat module_test.sh
#!/bin/bash
trap "pkill -2 -P $$; wait" SIG…
mssun updated
4 years ago
-
https://github.com/enarx/enarx/blob/5793d979d17689c6b837df897c13e3045d298e8a/sgx-crypto/Cargo.toml#L11-L14
With `openssl="0.10.27"` now released, you would either have to specify:
```
openssl = "…
-
Hey all
Upgrading from 1.09 to 1.10 gives this error:
```
error: duplicate lang item in crate `sgx_tstd` (which `num_bigint` depends on): `f32_runtime`.
|
= note: first defined in crate `…
-
**Describe the bug**
I am running a self-hosted runner, https://github.com/Polkadex-Substrate/polkadexTEE-worker/actions/workflows/build.yml
The server is receiving workflow requests and running it…
-
`cargo fmt`, `cargo clippy`, test coverage, etc. Because they can't be built by cargo directly.
-
`sgx-isa` has a dev-dependency on the git version of MbedTLS. It should be a crates.io dependency. Please also investigate if there are any other such mistakes.