-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Fails with "wasm32-unknown-unknown target is not supported by default" #215
Comments
This the base template? I will look where getrandom-0.2.3 in the lock file and dig for what uses it... I suspect this is leaking std in your runtime? |
Second Edit: the standard Node Template builds, so I must have some misconfiguration in my private repo. Let me see if I can try to create a minimal reproducible example. Edit: the below was a red herring. I just needed to change the I am working off this branch of Substrate https://github.com/danforbes/substrate/tree/danforbes/nonfungibles-create, which includes some changes I need (i.e. paritytech/substrate#9206). I tried to build a clean Node Template and actually got this error:
Interestingly, the error that motivated me to open this Issue did not appear until I started benchmarking a custom pallet in a private fork of the Node Template. |
This was caused by user error. I was leaking |
i removed sp-keyring from Cargo.toml and that resolved it |
My Substrate build is failing with the following error:
The text was updated successfully, but these errors were encountered: