We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828e45a commit 99583d1Copy full SHA for 99583d1
src/bootstrap/src/core/build_steps/test.rs
@@ -3246,9 +3246,6 @@ impl Step for Distcheck {
3246
.map(|args| args.split(" ").map(|s| s.to_string()).collect::<Vec<String>>())
3247
.unwrap_or_default();
3248
3249
- // FIXME: unpack the source tarballs into a directory outside the source checkout, to
3250
- // ensure that it cannot access any local state
3251
- // Also ensure that it doesn't use download-ci-llvm
3252
command("tar")
3253
.arg("-xf")
3254
.arg(plain_src_tarball.tarball())
0 commit comments