Skip to content

Commit 9b7702f

Browse files
Add FIXME header for two comments in cg_gcc and cg_clif boostrap types
1 parent af979d5 commit 9b7702f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3063,7 +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.
3066+
// FIXME: Uncomment the `prepare` command below once vendoring is implemented.
30673067
/*
30683068
let mut prepare_cargo = build_cargo();
30693069
prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3187,7 +3187,7 @@ impl Step for CodegenGCC {
31873187
));
31883188
let _time = helpers::timeit(&builder);
31893189

3190-
// Uncomment the `prepare` command below once vendoring is implemented.
3190+
// FIXME: Uncomment the `prepare` command below once vendoring is implemented.
31913191
/*
31923192
let mut prepare_cargo = build_cargo();
31933193
prepare_cargo.arg("--").arg("prepare");

0 commit comments

Comments
 (0)