File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11//! First time setup of a dev environment
22//!
33//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
4- //! for modifying, building, and running the compiler and library. The main convenience is to allow
5- //! not having to painstakingly set every single option in config.toml.
4+ //! for modifying, building, and running the compiler and library. Running arbitrary configuration
5+ //! allows setting up things that cannot be simply captured inside the config.toml, in addition to
6+ //! leading people away from manually editing most of the config.toml values.
67
78use crate :: core:: builder:: { Builder , RunConfig , ShouldRun , Step } ;
89use crate :: t;
You can’t perform that action at this time.
0 commit comments