ivila commented on code in PR #172:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/172#discussion_r1982606100


##########
setup.sh:
##########
@@ -35,12 +35,8 @@ else
        source "$HOME/.cargo/env"
 fi
 
-# Ensure the toolchain, components, and targets we've specified in
-# rust-toolchain.toml are ready to go. Since that file sets rustup's default
-# toolchain for the entire directory, all we need to do is run any
-# rustup-wrapped command to trigger installation. We've arbitrarily chosen
-# "cargo --version" since it has no other effect.
-cargo --version >/dev/null
+# install the Rust toolchain set in rust-toolchain.toml
+rustup toolchain install

Review Comment:
   
![image](https://github.com/user-attachments/assets/5cabc68c-1781-420d-b975-e4c1b6ba0fa3)
   [rustup 1.28.0](https://github.com/rust-lang/rustup/tags) was released 2 
days ago, I think most of the developers still keeps on `rustup 1.27.1`,



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to