diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-02-20 17:01:29 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-02-20 17:01:29 +0100 |
| commit | 703e2361f00e9d69d4d682af97366cba110cbf83 (patch) | |
| tree | ac7d177fc8bbb0910cccf6d83e00896703a19423 | |
| parent | f66e4697ae286985ddefc53c3a047614568458bb (diff) | |
| download | rust-703e2361f00e9d69d4d682af97366cba110cbf83.tar.gz rust-703e2361f00e9d69d4d682af97366cba110cbf83.zip | |
ci: switch appveyor to gce builders to try debugging the 259 failure
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index d70ad54b1c8..3a0cb8b4fce 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 |
