Skip to content

Commit

Permalink
bootstrap: reinterpret the main advantage of x.py setup
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Apr 24, 2024
1 parent 32aadc5 commit f4e02a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bootstrap/src/core/build_steps/setup.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//! First time setup of a dev environment
//!
//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
//! for modifying, building, and running the compiler and library. The main convenience is to allow
//! not having to painstakingly set every single option in config.toml.
//! for modifying, building, and running the compiler and library. Running arbitrary configuration
//! allows setting up things that cannot be simply captured inside the config.toml, in addition to
//! leading people away from manually editing most of the config.toml values.
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
use crate::t;
Expand Down

0 comments on commit f4e02a1

Please sign in to comment.