Skip to content

Commit

Permalink
Auto merge of #55934 - alexcrichton:appveyor-gce, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Nov 14, 2018
2 parents 126a0e2 + 0d990c7 commit 6f244c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f244c9

Please sign in to comment.