File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3073,6 +3073,7 @@ impl Step for CodegenCranelift {
30733073 // FIXME handle vendoring for source tarballs before removing the --skip-test below
30743074 let download_dir = builder. out . join ( "cg_clif_download" ) ;
30753075
3076+ // Uncomment the `prepare` command below once vendoring is implemented.
30763077 /*
30773078 let mut prepare_cargo = build_cargo();
30783079 prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3204,6 +3205,7 @@ impl Step for CodegenGCC {
32043205 ) ) ;
32053206 let _time = helpers:: timeit ( & builder) ;
32063207
3208+ // Uncomment the `prepare` command below once vendoring is implemented.
32073209 /*
32083210 let mut prepare_cargo = build_cargo();
32093211 prepare_cargo.arg("--").arg("prepare");
You can’t perform that action at this time.
0 commit comments