Add FIXME header for two comments in cg_gcc and cg_clif boostrap types
This commit is contained in:
parent
43290933a4
commit
260d91bd41
@ -3063,7 +3063,7 @@ impl Step for CodegenCranelift {
|
||||
// FIXME handle vendoring for source tarballs before removing the --skip-test below
|
||||
let download_dir = builder.out.join("cg_clif_download");
|
||||
|
||||
// Uncomment the `prepare` command below once vendoring is implemented.
|
||||
// FIXME: Uncomment the `prepare` command below once vendoring is implemented.
|
||||
/*
|
||||
let mut prepare_cargo = build_cargo();
|
||||
prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
|
||||
@ -3187,7 +3187,7 @@ impl Step for CodegenGCC {
|
||||
));
|
||||
let _time = helpers::timeit(&builder);
|
||||
|
||||
// Uncomment the `prepare` command below once vendoring is implemented.
|
||||
// FIXME: Uncomment the `prepare` command below once vendoring is implemented.
|
||||
/*
|
||||
let mut prepare_cargo = build_cargo();
|
||||
prepare_cargo.arg("--").arg("prepare");
|
||||
|
Loading…
x
Reference in New Issue
Block a user