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 {
3073
3073
// FIXME handle vendoring for source tarballs before removing the --skip-test below
3074
3074
let download_dir = builder. out . join ( "cg_clif_download" ) ;
3075
3075
3076
+ // Uncomment the `prepare` command below once vendoring is implemented.
3076
3077
/*
3077
3078
let mut prepare_cargo = build_cargo();
3078
3079
prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3204,6 +3205,7 @@ impl Step for CodegenGCC {
3204
3205
) ) ;
3205
3206
let _time = helpers:: timeit ( & builder) ;
3206
3207
3208
+ // Uncomment the `prepare` command below once vendoring is implemented.
3207
3209
/*
3208
3210
let mut prepare_cargo = build_cargo();
3209
3211
prepare_cargo.arg("--").arg("prepare");
You can’t perform that action at this time.
0 commit comments