You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: duplicate lang item in crate `sgx_tstd` (which `palette_support` depends on): `f32_runtime`.
|
= note: first defined in crate `std` (which `pallet_encointer_ceremonies` depends on).
error: duplicate lang item in crate `sgx_tstd` (which `palette_support` depends on): `f64_runtime`.
|
= note: first defined in crate `std` (which `pallet_encointer_ceremonies` depends on).
error: duplicate lang item in crate `sgx_tstd` (which `palette_support` depends on): `panic_impl`.
|
= note: first defined in crate `std` (which `pallet_encointer_ceremonies` depends on).
error: duplicate lang item in crate `sgx_tstd` (which `palette_support` depends on): `begin_panic`.
|
= note: first defined in crate `std` (which `pallet_encointer_ceremonies` depends on).
error: duplicate lang item in crate `sgx_tstd` (which `palette_support` depends on): `oom`.
|
= note: first defined in crate `std` (which `pallet_encointer_ceremonies` depends on).
error: aborting due to 5 previous errors
whereas none of them are dependencies of pallet-encointer-ceremonies.
However, serde is a dev-dependency, but I've already checked if I'm running into #5730 or one of the similar issues. I just removed all dev-dependencies in pallet-encointer-ceremonies. To no success
The text was updated successfully, but these errors were encountered:
Problem
When building
encointer/encointer-worker@7252e20
I get an error:
The strange thing is that it is caused by the last commit, introducing the dependency on
https://github.com/encointer/pallet-encointer-ceremonies
but that crate has no dependencies (and no new features) that were not present in the previous commit.
Steps
(you may need to install Intel SGX SDK first) or binary install
You should see the error above
Whereas the following should work
Notes
cargo 1.41.0-nightly (8280633 2019-11-11)
cargo nono check
:cargo nono check
warns about exactly the same crates in both commitswhereas none of them are dependencies of
pallet-encointer-ceremonies
.However,
serde
is adev-dependency
, but I've already checked if I'm running into #5730 or one of the similar issues. I just removed all dev-dependencies inpallet-encointer-ceremonies
. To no successThe text was updated successfully, but these errors were encountered: