We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepare
1 parent 2e9e068 commit b11f4f4Copy full SHA for b11f4f4
src/bootstrap/src/core/build_steps/test.rs
@@ -3063,6 +3063,7 @@ impl Step for CodegenCranelift {
3063
// FIXME handle vendoring for source tarballs before removing the --skip-test below
3064
let download_dir = builder.out.join("cg_clif_download");
3065
3066
+ // Uncomment the `prepare` command below once vendoring is implemented.
3067
/*
3068
let mut prepare_cargo = build_cargo();
3069
prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3194,6 +3195,7 @@ impl Step for CodegenGCC {
3194
3195
));
3196
let _time = helpers::timeit(&builder);
3197
3198
3199
3200
3201
prepare_cargo.arg("--").arg("prepare");
0 commit comments