We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 126a0e2 + 0d990c7 commit 6f244c9Copy full SHA for 6f244c9
appveyor.yml
@@ -6,6 +6,12 @@ environment:
6
# server goes down presumably. See #43333 for more info
7
CARGO_HTTP_CHECK_REVOKE: false
8
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
+
15
matrix:
16
# 32/64 bit MSVC tests
17
- MSYS_BITS: 64
0 commit comments