diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-08-20 16:30:02 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-09-01 08:52:01 +0200 |
| commit | 99583d1aeca1bdc8630e75e2cf6475b8386c711d (patch) | |
| tree | a0818054b53dbb1df6ebb125e45a18c6c80d96c0 /src | |
| parent | 828e45ad11ce4ab56dd64e93f1fb5dd8f0c0ae93 (diff) | |
| download | rust-99583d1aeca1bdc8630e75e2cf6475b8386c711d.tar.gz rust-99583d1aeca1bdc8630e75e2cf6475b8386c711d.zip | |
Remove outdated comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/test.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs index 95be5360b0b..f6a912f3190 100644 --- a/src/bootstrap/src/core/build_steps/test.rs +++ b/src/bootstrap/src/core/build_steps/test.rs @@ -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()) |
