diff options
| author | kennytm <kennytm@gmail.com> | 2019-03-02 14:55:20 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2019-03-02 22:58:37 +0800 |
| commit | 1180df2a3beb0059f21cbbef5228b56f1f2153df (patch) | |
| tree | 5b86069da928cdb310a61c7d5429f7741e207842 | |
| parent | 2c1a7c132b1b103115b5465e5b1d9d2b83bc06b5 (diff) | |
| parent | 805145f2f96545600f7fec0a9a7b9edfb7bd9c38 (diff) | |
| download | rust-1180df2a3beb0059f21cbbef5228b56f1f2153df.tar.gz rust-1180df2a3beb0059f21cbbef5228b56f1f2153df.zip | |
Rollup merge of #58832 - pietroalbini:appveyor-hyperv, r=kennytm
Revert switching to GCP on AppVeyor r? @alexcrichton
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3a0cb8b4fce..d70ad54b1c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,11 +5,6 @@ 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 |
