From 703e2361f00e9d69d4d682af97366cba110cbf83 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 20 Feb 2019 17:01:29 +0100 Subject: [PATCH] ci: switch appveyor to gce builders to try debugging the 259 failure --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d70ad54b1c812..3a0cb8b4fceea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,11 @@ environment: # server goes down presumably. See #43333 for more info 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: # 32/64 bit MSVC tests - MSYS_BITS: 64