Skip to content

Commit

Permalink
Auto merge of #497 - rbtcollins:patch-1, r=pietroalbini
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jan 13, 2020
2 parents d7fdb10 + b080720 commit d86bb2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/agent-machine-setup-windows.md
Expand Up @@ -105,17 +105,12 @@ which is installed by default on newer versions of Windows or available via


```powershell ```powershell
curl.exe -o rustup-init.exe https://win.rustup.rs/x86_64 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 [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 ["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 ## Build crater


The next step is to download and build `crater` just like on a [Linux The next step is to download and build `crater` just like on a [Linux
Expand Down

0 comments on commit d86bb2e

Please sign in to comment.