Skip to content
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

fix: WASM32 target needed for stable Linux build #2019

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Rqnsom
Copy link

@Rqnsom Rqnsom commented Jul 10, 2023

After following the instructions, the build fails because:

user@host:~/substrate-node-template$ cargo build --release
   Compiling node-template-runtime v4.0.0-dev (/home/user/substrate-node-template/runtime)
error: failed to run custom build command for `node-template-runtime v4.0.0-dev (/home/user/substrate-node-template/runtime)`

Caused by:
  process didn't exit successfully: `/home/user/substrate-node-template/target/release/build/node-template-runtime-5c6b7b372ef575b9/build-script-build` (exit status: 1)
  --- stderr
  Rust WASM toolchain not installed, please install it!

Similarly to the recent commit on Mac, the same line needs to be added for the Linux build instructions.

@netlify
Copy link

netlify bot commented Jul 10, 2023

Deploy Preview for substrate-docs ready!

Name Link
🔨 Latest commit 58f828f
🔍 Latest deploy log https://app.netlify.com/sites/substrate-docs/deploys/6560da5ef472d10008a564a5
😎 Deploy Preview https://deploy-preview-2019--substrate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Rqnsom
Copy link
Author

Rqnsom commented Aug 3, 2023

@Rashmirreddy, I saw you approved a few recent PRs.
May I ask here how I can get this PR approved? Should I create an issue for it? I don't see any contribution instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant