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
There are currently still errors when compiling natively, with SKIP_WASM_BUILD=1 so first thing I'll do is fix these issues before looking into the error above (which might resolve with the other things resolved)
Description
We should upgrade substrate - we're currently using
monthly-2022-06
. The latest at the time of writing is2022-12
.I tried to update and have a branch that almost compiles. The wasm build script is failing.
I've tried everything suggested in the following discussion:
I've also replicated the same issue on CI so it doesn't appear to be a platform-specific issue.
The substrate repo that is being linked to compiles fine on my machine with no extra settings required (apart from installing the protobuf compiler).
Given the above, I can only assume the problem is with the code or dependencies rather than a local environment issue.
This is a the full compiler error I get when I run
cargo clean && cargo check -p state-chain-runtime
:The text was updated successfully, but these errors were encountered: