On Tue, Sep 27, 2022 at 03:14:51PM +0200, Miguel Ojeda wrote: > This script tests whether the Rust toolchain requirements are in place > to enable Rust support. It uses `min-tool-version.sh` to fetch > the version numbers. > > The build system will call it to set `CONFIG_RUST_IS_AVAILABLE` in > a later patch. > > It also has an option (`-v`) to explain what is missing, which is > useful to set up the development environment. This is used via > the `make rustavailable` target added in a later patch. > > Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> > Co-developed-by: Alex Gaynor <alex.gaynor@xxxxxxxxx> > Signed-off-by: Alex Gaynor <alex.gaynor@xxxxxxxxx> > Co-developed-by: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx> > Signed-off-by: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx> > Co-developed-by: Finn Behrens <me@xxxxxxxxx> > Signed-off-by: Finn Behrens <me@xxxxxxxxx> > Co-developed-by: Miguel Cano <macanroj@xxxxxxxxx> > Signed-off-by: Miguel Cano <macanroj@xxxxxxxxx> > Co-developed-by: Tiago Lam <tiagolam@xxxxxxxxx> > Signed-off-by: Tiago Lam <tiagolam@xxxxxxxxx> > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx> Reviewed-by: Wei Liu <wei.liu@xxxxxxxxxx>