Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cf3060

Browse files
committedMay 9, 2024
remove outdated stage0.json parts
Signed-off-by: onur-ozkan <[email protected]>
1 parent a3def7e commit 0cf3060

File tree

3 files changed

+6
-462
lines changed

3 files changed

+6
-462
lines changed
 

‎config.example.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@
213213
# the root of the repository.
214214
#build-dir = "build"
215215

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

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

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

‎src/stage0.json

Lines changed: 0 additions & 456 deletions
This file was deleted.

‎triagebot.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ trigger_files = [
302302
"configure",
303303
"Cargo.toml",
304304
"config.example.toml",
305-
"src/stage0.json",
305+
"src/stage0",
306306
"src/tools/compiletest",
307307
"src/tools/tidy",
308308
"src/tools/rustdoc-gui-test",
@@ -362,7 +362,7 @@ trigger_files = [
362362
[autolabel."T-release"]
363363
trigger_files = [
364364
"RELEASES.md",
365-
"src/stage0.json",
365+
"src/stage0",
366366
"src/version"
367367
]
368368

@@ -1038,7 +1038,7 @@ project-exploit-mitigations = [
10381038
"/src/librustdoc" = ["rustdoc"]
10391039
"/src/llvm-project" = ["@cuviper"]
10401040
"/src/rustdoc-json-types" = ["rustdoc"]
1041-
"/src/stage0.json" = ["bootstrap"]
1041+
"/src/stage0" = ["bootstrap"]
10421042
"/tests/run-make" = ["@jieyouxu"]
10431043
"/tests/ui" = ["compiler"]
10441044
"/src/tools/cargo" = ["@ehuss"]

0 commit comments

Comments
 (0)
Please sign in to comment.