File tree 1 file changed +2
-2
lines changed
src/bootstrap/src/core/build_steps
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3063,7 +3063,7 @@ impl Step for CodegenCranelift {
3063
3063
// FIXME handle vendoring for source tarballs before removing the --skip-test below
3064
3064
let download_dir = builder. out . join ( "cg_clif_download" ) ;
3065
3065
3066
- // Uncomment the `prepare` command below once vendoring is implemented.
3066
+ // FIXME: Uncomment the `prepare` command below once vendoring is implemented.
3067
3067
/*
3068
3068
let mut prepare_cargo = build_cargo();
3069
3069
prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3187,7 +3187,7 @@ impl Step for CodegenGCC {
3187
3187
) ) ;
3188
3188
let _time = helpers:: timeit ( & builder) ;
3189
3189
3190
- // Uncomment the `prepare` command below once vendoring is implemented.
3190
+ // FIXME: Uncomment the `prepare` command below once vendoring is implemented.
3191
3191
/*
3192
3192
let mut prepare_cargo = build_cargo();
3193
3193
prepare_cargo.arg("--").arg("prepare");
You can’t perform that action at this time.
0 commit comments