Skip to content

Commit 6f244c9

Browse files
committed
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
2 parents 126a0e2 + 0d990c7 commit 6f244c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ environment:
66
# server goes down presumably. See #43333 for more info
77
CARGO_HTTP_CHECK_REVOKE: false
88

9+
# Recommended by AppVeyor this moves our builds to GCE which incurs a 3-4
10+
# minute startup overhead, but that's paltry compared to our overall build
11+
# times so we're will to eat the cost. This is intended to give us better
12+
# performance I believe!
13+
appveyor_build_worker_cloud: gce
14+
915
matrix:
1016
# 32/64 bit MSVC tests
1117
- MSYS_BITS: 64

0 commit comments

Comments
 (0)