Skip to content

Commit 99583d1

Browse files
committed
Remove outdated comment
1 parent 828e45a commit 99583d1

File tree

1 file changed

+0
-3
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,9 +3246,6 @@ impl Step for Distcheck {
32463246
.map(|args| args.split(" ").map(|s| s.to_string()).collect::<Vec<String>>())
32473247
.unwrap_or_default();
32483248

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
32523249
command("tar")
32533250
.arg("-xf")
32543251
.arg(plain_src_tarball.tarball())

0 commit comments

Comments
 (0)