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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
I did built WASM module before running cargo build
Looks like there are some problems with 'std' library being picked during the built process, but not sure what exactly the problem is.
The text was updated successfully, but these errors were encountered:
Seems like you are running a different version of primitive-types than master. It is 0.6.x where you are running 0.5.x
Also, this could related to bug in primitive_types when it is used with default-features. See [fixed-hash]: fix build with default-features parity-common#268 for futher information. We should publish a new version of fixed_hash and primitive_types but meanwhile if you don't need the default features you could use it with default-features=false and it should work
When running
cargo build
I am getting this (using today's Substrate sources from master):Another error shows up within the same build process:
user@host:~ $ cargo -V; rustc -V
cargo 1.41.0-nightly (626f0f40e 2019-12-03)
rustc 1.41.0-nightly (ae1b871cc 2019-12-06)
user@host:~ $
I did built WASM module before running
cargo build
Looks like there are some problems with 'std' library being picked during the built process, but not sure what exactly the problem is.
The text was updated successfully, but these errors were encountered: