Skip to content
Harry edited this page May 10, 2026 · 3 revisions

Welcome to the rad-rust wiki!

Build Instructions

Use a partial clone to avoid absolutely destroying your disk space:

git clone --recurse-submodules --filter='blob:none' git@github.com:rad-rust/rust.git

See build instructions in Rust docs. When setting up your build, make sure to select Compiler during ./x setup, and make sure that this line is in your bootstrap.toml:

[llvm]
download-ci-llvm = false

Clone this wiki locally