File tree Expand file tree Collapse file tree 3 files changed +6
-462
lines changed Expand file tree Collapse file tree 3 files changed +6
-462
lines changed Original file line number Diff line number Diff line change 213
213
# the root of the repository.
214
214
# build-dir = "build"
215
215
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
217
217
# this Cargo binary instead to build all Rust code
218
218
# If you set this, you likely want to set `rustc` as well.
219
219
# cargo = "/path/to/cargo"
220
220
221
- # Instead of downloading the src/stage0.json version of the compiler
221
+ # Instead of downloading the src/stage0 version of the compiler
222
222
# specified, use this rustc binary instead as the stage0 snapshot compiler.
223
223
# If you set this, you likely want to set `cargo` as well.
224
224
# rustc = "/path/to/rustc"
225
225
226
- # Instead of downloading the src/stage0.json version of rustfmt specified,
226
+ # Instead of downloading the src/stage0 version of rustfmt specified,
227
227
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
228
228
# rustfmt = "/path/to/rustfmt"
229
229
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ trigger_files = [
302
302
" configure" ,
303
303
" Cargo.toml" ,
304
304
" config.example.toml" ,
305
- " src/stage0.json " ,
305
+ " src/stage0" ,
306
306
" src/tools/compiletest" ,
307
307
" src/tools/tidy" ,
308
308
" src/tools/rustdoc-gui-test" ,
@@ -362,7 +362,7 @@ trigger_files = [
362
362
[autolabel ."T-release" ]
363
363
trigger_files = [
364
364
" RELEASES.md" ,
365
- " src/stage0.json " ,
365
+ " src/stage0" ,
366
366
" src/version"
367
367
]
368
368
@@ -1038,7 +1038,7 @@ project-exploit-mitigations = [
1038
1038
"/src/librustdoc" = [" rustdoc" ]
1039
1039
"/src/llvm-project" = [" @cuviper" ]
1040
1040
"/src/rustdoc-json-types" = [" rustdoc" ]
1041
- "/src/stage0.json " = [" bootstrap" ]
1041
+ "/src/stage0" = [" bootstrap" ]
1042
1042
"/tests/run-make" = [" @jieyouxu" ]
1043
1043
"/tests/ui" = [" compiler" ]
1044
1044
"/src/tools/cargo" = [" @ehuss" ]
You can’t perform that action at this time.
0 commit comments