Explorar o código

setup.sh: remove stale comments

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
7fbac8143f
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      setup.sh

+ 1 - 8
setup.sh

@@ -27,16 +27,9 @@ source ~/.cargo/env
 
 rustup component add rustfmt clippy
 
-# Current version of substrate requires an older version of nightly toolchain
-# to successfully compile the WASM runtime. We force install because rustfmt package
-# is not available for this nightly version.
-rustup install nightly-2020-10-06 --force
+rustup install nightly-2020-10-06
 rustup target add wasm32-unknown-unknown --toolchain nightly-2020-10-06
 
-# Latest clippy linter which comes with 1.47.0 fails on some subtrate modules
-# Also note combination of newer versions of toolchain with the above nightly
-# toolchain to build wasm seems to fail.
-# So we need to stick with an older version until we update substrate
 rustup install 1.47.0
 rustup default 1.47.0