You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/06 18:12:47 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #10751: [ci] Add sccache to remaining Docker images

driazati commented on code in PR #10751:
URL: https://github.com/apache/tvm/pull/10751#discussion_r844245686


##########
docker/install/ubuntu_install_rust.sh:
##########
@@ -20,8 +20,17 @@ 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
-curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable
+HOST_ARG=
+if [ "$(getconf LONG_BIT)" == "32" ]; then

Review Comment:
   see comment below, 32bit linux needs some prodding to install the right thing



-- 
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: commits-unsubscribe@tvm.apache.org

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