tqchen commented on code in PR #18749:
URL: https://github.com/apache/tvm/pull/18749#discussion_r2793657179


##########
docker/install/ubuntu_install_rust.sh:
##########
@@ -21,14 +21,6 @@ set -euxo pipefail
 export RUSTUP_HOME=/opt/rust
 export CARGO_HOME=/opt/rust
 
-# this rustc is one supported by the installed version of rust-sgx-sdk
-HOST_ARG=
-if [ "$(getconf LONG_BIT)" == "32" ]; then
-    # When building in the i386 docker image on a 64-bit host, rustup doesn't
-    # correctly detect the arch to install for so set it manually
-    HOST_ARG="--default-host i686-unknown-linux-gnu"
-fi
-
 # shellcheck disable=SC2086 # word splitting is intentional here

Review Comment:
   seems rust is no longer needed in the ci, so we can remove rust all together 
fornow



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to