From b080720a41a7e61fbca2ded6f4a5add2cb69b31a Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 11 Jan 2020 21:51:51 +1300 Subject: [PATCH] Remove stale recommendation about Defender We fixed the performance problem installing docs last year when we overhauled rustup's performance and got Microsoft's Defender team to look into the Defender behaviour vis-a-vis Rustup. It shouldn't be a problem now, and the bug is closed. Also we now support a minimal profile for automated intallations where no human is present, so adding that seems useful to further speed things up. --- docs/agent-machine-setup-windows.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/agent-machine-setup-windows.md b/docs/agent-machine-setup-windows.md index 5a9f5cb03..9aa4e115b 100644 --- a/docs/agent-machine-setup-windows.md +++ b/docs/agent-machine-setup-windows.md @@ -105,17 +105,12 @@ which is installed by default on newer versions of Windows or available via ```powershell curl.exe -o rustup-init.exe https://win.rustup.rs/x86_64 -.\rustup-init.exe +.\rustup-init.exe --profile=minimal ``` [rustup-download]: https://github.com/rust-lang/rustup.rs/issues/829 ["Trusted Sites"]: https://www.itg.ias.edu/content/how-add-trusted-sites-internet-explorer -Disabling "Real-time Protection" in "Settings > Update & Security > Windows -Defender" may speed up [the installation of `rust-docs`][rust-docs]. - -[rust-docs]: https://github.com/rust-lang/rustup.rs/issues/1540 - ## Build crater The next step is to download and build `crater` just like on a [Linux