diff --git a/appveyor.yml b/appveyor.yml index 743e615c3f3cadfbdc4634c7ebae70c40e121bd6..372b53b05f238cfee5a844dc42c90c88e7e27903 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,12 @@ environment: # server goes down presumably. See #43333 for more info CARGO_HTTP_CHECK_REVOKE: false + # Recommended by AppVeyor this moves our builds to GCE which incurs a 3-4 + # minute startup overhead, but that's paltry compared to our overall build + # times so we're will to eat the cost. This is intended to give us better + # performance I believe! + appveyor_build_worker_cloud: gce + matrix: # 32/64 bit MSVC tests - MSYS_BITS: 64