Auto merge of #58597 - pietroalbini:appveyor-gce, r=alexcrichton
ci: switch appveyor to gce builders to try debugging the 259 failure r? @alexcrichton
This commit is contained in:
commit
fd42f24b01
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ environment:
|
||||||
# server goes down presumably. See #43333 for more info
|
# server goes down presumably. See #43333 for more info
|
||||||
CARGO_HTTP_CHECK_REVOKE: false
|
CARGO_HTTP_CHECK_REVOKE: false
|
||||||
|
|
||||||
|
# Execute the builds on GCE instead of Hyper-V. Those builders have a 3-4
|
||||||
|
# minute startup overhead, but AppVeyor support recommended this as a
|
||||||
|
# possible solution for #58160 (spurious 259 exit codes)
|
||||||
|
appveyor_build_worker_cloud: gce
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# 32/64 bit MSVC tests
|
# 32/64 bit MSVC tests
|
||||||
- MSYS_BITS: 64
|
- MSYS_BITS: 64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue