Skip to content

Commit b11f4f4

Browse files
Add comment explaning when to uncomment the prepare command code
1 parent 2e9e068 commit b11f4f4

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
@@ -3063,6 +3063,7 @@ impl Step for CodegenCranelift {
30633063
// FIXME handle vendoring for source tarballs before removing the --skip-test below
30643064
let download_dir = builder.out.join("cg_clif_download");
30653065

3066+
// Uncomment the `prepare` command below once vendoring is implemented.
30663067
/*
30673068
let mut prepare_cargo = build_cargo();
30683069
prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3194,6 +3195,7 @@ impl Step for CodegenGCC {
31943195
));
31953196
let _time = helpers::timeit(&builder);
31963197

3198+
// Uncomment the `prepare` command below once vendoring is implemented.
31973199
/*
31983200
let mut prepare_cargo = build_cargo();
31993201
prepare_cargo.arg("--").arg("prepare");

0 commit comments

Comments
 (0)