We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06e92f commit 3216151Copy full SHA for 3216151
Makefile
@@ -260,6 +260,8 @@ setup-wasm: ## Setup the WebAssembly toolchain, using nightly
260
*) echo "Unsupported architecture: $$ARCH" && exit 1 ;; \
261
esac; \
262
TARGET="$$ARCH_PART-$$OS_PART"; \
263
+ echo "Installing nightly toolchain: ${NIGHTLY_RUST_VERSION}-$$TARGET"; \
264
+ rustup toolchain install ${NIGHTLY_RUST_VERSION}-$$TARGET; \
265
echo "Installing components for ${NIGHTLY_RUST_VERSION}-$$TARGET with wasm32 target"; \
266
rustup component add rust-src --toolchain ${NIGHTLY_RUST_VERSION}-$$TARGET; \
267
rustup component add rustfmt --toolchain ${NIGHTLY_RUST_VERSION}-$$TARGET; \
0 commit comments