瀏覽代碼

setup.sh: remove stale comments

Mokhtar Naamani 4 年之前
父節點
當前提交
7fbac8143f
共有 1 個文件被更改,包括 1 次插入8 次删除
  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