When building https://github.com/encointer/encointer-worker/commit/7252e20264e63c7dce11470922d7c2965378842e
with ``` cd enclave make ``` I get an error: ``` 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 ``` 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. Any help appreciated -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/210