mrk-its / rust-mos

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
55 stars 7 forks source link

Build errors out #30

Open rationalism opened 2 months ago

rationalism commented 2 months ago

This project fails when I try to build it, using this provided command:

./x.py build -i && ( ln -s ../../stage0-tools-bin/cargo build/x86_64-unknown-linux-gnu/stage1/bin/cargo; rustup toolchain link mos build/x86_64-unknown-linux-gnu/stage1; rustup default mos; mkdir -p $RUST_TARGET_PATH; python3 create_mos_targets.py $RUST_TARGET_PATH; )

Here's a Gist with the error log:

https://gist.github.com/rationalism/33c01080ad88c181694420b493dec50e