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

Also install the nightly rust toolchain in the build command #258

Closed
fitzgen opened this issue Aug 20, 2018 · 1 comment
Closed

Also install the nightly rust toolchain in the build command #258

fitzgen opened this issue Aug 20, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@fitzgen
Copy link
Member

fitzgen commented Aug 20, 2018

We do rustup target add wasm32-unknown-unknown --toolchain nightly in wasm-pack build, but that will fail if the nightly toolchain is not already installed:

$ rustup target add wasm32-unknown-unknown --toolchain nightly
error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed

Before we run that command, we should run rustup toolchain add nightly.

@fitzgen fitzgen added the bug Something isn't working label Aug 20, 2018
@fitzgen
Copy link
Member Author

fitzgen commented Aug 20, 2018

We totally already do this and I am a dummy...

@fitzgen fitzgen closed this as completed Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant