Skip to content

Commit 6dad85a

Browse files
Add comment explaning when to uncomment the prepare command code
1 parent 370609b commit 6dad85a

File tree

1 file changed

+2
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/test.rs

+2
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)