Closed
Description
It seems that our build script (build.sh
) leaves the following in the root folder after installing Rust:
rust-nightly-x86_64-unknown-linux-gnu
rust.tar.gz
I wonder if those are really needed?
If Rust is being installed system-wide, then maybe it would be a good idea to clean this up by deleting these after the Rust installation is done.