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
I've made sure I have all the installed dependencies such as rustup, brew etc
When I try to run the build command:
I get this error:
error: failed to run custom build command for solochain-template-runtime v0.1.0 (/Users/xxx/Documents/temp/polkadot-sdk-solochain-template/runtime)
Caused by:
process didn't exit successfully: /Users/xxx/Documents/temp/polkadot-sdk-solochain-template/target/release/build/solochain-template-runtime-0ee76d9ad8414cf5/build-script-build (exit status: 1)
--- stderr
Cannot compile the WASM runtime: the wasm32-unknown-unknown target is not installed!
You can install it with rustup target add wasm32-unknown-unknown --toolchain 1.80.0 if you're using rustup.
warning: build failed, waiting for other jobs to finish...
And then if i try the suggestion I get the following error:
I've made sure I have all the installed dependencies such as rustup, brew etc
When I try to run the build command:
I get this error:
error: failed to run custom build command for
solochain-template-runtime v0.1.0 (/Users/xxx/Documents/temp/polkadot-sdk-solochain-template/runtime)
Caused by:
process didn't exit successfully:
/Users/xxx/Documents/temp/polkadot-sdk-solochain-template/target/release/build/solochain-template-runtime-0ee76d9ad8414cf5/build-script-build
(exit status: 1)--- stderr
Cannot compile the WASM runtime: the
wasm32-unknown-unknown
target is not installed!You can install it with
rustup target add wasm32-unknown-unknown --toolchain 1.80.0
if you're usingrustup
.warning: build failed, waiting for other jobs to finish...
And then if i try the suggestion I get the following error:
rustup target add wasm32-unknown-unknown --toolchain 1.80.0
error: toolchain '1.80.0-aarch64-apple-darwin' is not installed
The text was updated successfully, but these errors were encountered: