rust compile x86 library on x86_64 machine
问题 I have ubuntu x86_64 container and cargo build goes well. But i need to build x86 library version too. As far as I understand i need to add i686 toolchain and target. rustup target add i686-unknown-linux-gnu done successful rustup toolchain install stable-i686-unknown-linux-gnu finished with error $ rustup toolchain install stable-i686-unknown-linux-gnu info: syncing channel updates for 'stable-i686-unknown-linux-gnu' info: latest update on 2018-11-08, rust version 1.30.1 (1433507eb 2018-11