Add FIXME header for two comments in cg_gcc and cg_clif boostrap types

This commit is contained in:
Guillaume Gomez 2023-11-01 15:40:57 +01:00
parent 43290933a4
commit 260d91bd41

View file

@ -3063,7 +3063,7 @@ fn run(self, builder: &Builder<'_>) {
// 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 @@ fn run(self, builder: &Builder<'_>) {
));
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");