diff options
| author | bors <bors@rust-lang.org> | 2018-11-14 11:54:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-11-14 11:54:14 +0000 |
| commit | 6f244c9011eb01ae4d167b631ba5e3e163bafa72 (patch) | |
| tree | df21170c16b06736bcb777f97faf6b23a9db4920 | |
| parent | 126a0e2aadcd2c4cbe0b67f9c192047d6f6ec9e6 (diff) | |
| parent | 0d990c7d54c45175d205e596b1c6a9df8cf62959 (diff) | |
| download | rust-6f244c9011eb01ae4d167b631ba5e3e163bafa72.tar.gz rust-6f244c9011eb01ae4d167b631ba5e3e163bafa72.zip | |
Auto merge of #55934 - alexcrichton:appveyor-gce, r=Mark-Simulacrum
Switch AppVeyor builds to the GCE cloud [Recommended by AppVeyor][1] this isn't done by default for all builds due to the high startup overhead (3-4 minutes for a VM), but that's paltry compared to our overall build times so should be more than applicable! [1]: https://help.appveyor.com/discussions/questions/29832-did-recent-changes-apply-to-possibly-slow-down-builds#comment_46494058
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 743e615c3f3..372b53b05f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,12 @@ environment: # server goes down presumably. See #43333 for more info CARGO_HTTP_CHECK_REVOKE: false + # Recommended by AppVeyor this moves our builds to GCE which incurs a 3-4 + # minute startup overhead, but that's paltry compared to our overall build + # times so we're will to eat the cost. This is intended to give us better + # performance I believe! + appveyor_build_worker_cloud: gce + matrix: # 32/64 bit MSVC tests - MSYS_BITS: 64 |
