We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e25a68 + 703e236 commit fd42f24Copy full SHA for fd42f24
appveyor.yml
@@ -5,6 +5,11 @@ environment:
5
# server goes down presumably. See #43333 for more info
6
CARGO_HTTP_CHECK_REVOKE: false
7
8
+ # Execute the builds on GCE instead of Hyper-V. Those builders have a 3-4
9
+ # minute startup overhead, but AppVeyor support recommended this as a
10
+ # possible solution for #58160 (spurious 259 exit codes)
11
+ appveyor_build_worker_cloud: gce
12
+
13
matrix:
14
# 32/64 bit MSVC tests
15
- MSYS_BITS: 64
0 commit comments