Skip to content

Commit fd42f24

Browse files
committed
Auto merge of #58597 - pietroalbini:appveyor-gce, r=alexcrichton
ci: switch appveyor to gce builders to try debugging the 259 failure r? @alexcrichton
2 parents 0e25a68 + 703e236 commit fd42f24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

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

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+
813
matrix:
914
# 32/64 bit MSVC tests
1015
- MSYS_BITS: 64

0 commit comments

Comments
 (0)