Remove outdated comment

This commit is contained in:
Jakub Beránek 2025-08-20 16:30:02 +02:00
parent 828e45ad11
commit 99583d1aec
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -3246,9 +3246,6 @@ impl Step for Distcheck {
.map(|args| args.split(" ").map(|s| s.to_string()).collect::<Vec<String>>())
.unwrap_or_default();
// FIXME: unpack the source tarballs into a directory outside the source checkout, to
// ensure that it cannot access any local state
// Also ensure that it doesn't use download-ci-llvm
command("tar")
.arg("-xf")
.arg(plain_src_tarball.tarball())