通过 SSH 在 32 位 CentOS 7 服务器上安装 Rust

Install Rust on a 32 bit CentOS 7 server through SSH

我正在尝试通过 SSH 在 32 位 CentOS 7 服务器上安装 Rust。我 运行 这个命令建议 here:

curl https://sh.rustup.rs -sSf | sh

此命令永远不会完成,并且服务器机器 CPU 风扇高速运转。最终,服务器机器屏幕变黑,键盘灯反复亮灭(闪烁)。

是服务器是32位的问题吗?还有其他可能吗?

更新

内核崩溃多次发生,例如在尝试 运行 cargo run 时,如下所述:

kernel bug at kernel/auditsc.c:1532

@amo-ej1 评论有效。

可以使用离线安装程序here。刚刚为 nightly 下载了 i686-unknown-linux-gnu 文件 tar.gz。通过 运行 里面的 install.sh 脚本和 --verbose 选项安装。