rust/src/ci
bors 9ad1e7c46c Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simulacrum
azure: Convert Windows installations scripts to `bash`

Looks like `script`, which uses `cmd.exe`, doesn't have fail-fast
behavior and if a leading command fails the script doesn't actually fail
so long as the last command succeeds. We instead want the opposite
behavior where if any step fails the whole script fails.

I don't really know `cmd.exe` that well, nor powershell, so I've opted
to move everything to `bash` which should be a good common denominator
amongst all platforms to work with. Additionally I know that `set -e`
works to cause scripts to fail fast.

Closes #64551
2019-09-20 11:38:56 +00:00
..
azure-pipelines Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simulacrum 2019-09-20 11:38:56 +00:00
docker azure: Disable more LLVM/debug assertions in 2019-09-16 11:43:23 -07:00
cpu-usage-over-time.py ci: Add a script for generating CPU usage graphs 2019-06-18 09:51:39 -07:00
init_repo.sh ci: Remove Travis/AppVeyor configuration 2019-07-15 09:18:32 -07:00
install-awscli.sh ci: move mirrors to their standalone bucket 2019-08-12 10:31:35 +02:00
run.sh ci: add a check for clock drift 2019-08-13 09:52:35 +02:00
shared.sh ci: Remove Travis/AppVeyor configuration 2019-07-15 09:18:32 -07:00