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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
