Skip to content

Commit

Permalink
remove outdated stage0.json parts
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed May 9, 2024
1 parent a3def7e commit 0cf3060
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 462 deletions.
6 changes: 3 additions & 3 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,17 +213,17 @@
# the root of the repository.
#build-dir = "build"

# Instead of downloading the src/stage0.json version of Cargo specified, use
# Instead of downloading the src/stage0 version of Cargo specified, use
# this Cargo binary instead to build all Rust code
# If you set this, you likely want to set `rustc` as well.
#cargo = "/path/to/cargo"

# Instead of downloading the src/stage0.json version of the compiler
# Instead of downloading the src/stage0 version of the compiler
# specified, use this rustc binary instead as the stage0 snapshot compiler.
# If you set this, you likely want to set `cargo` as well.
#rustc = "/path/to/rustc"

# Instead of downloading the src/stage0.json version of rustfmt specified,
# Instead of downloading the src/stage0 version of rustfmt specified,
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
#rustfmt = "/path/to/rustfmt"

Expand Down
Loading

0 comments on commit 0cf3060

Please sign in to comment.