Skip to content

Commit

Permalink
Auto merge of #57602 - alexcrichton:test-appveyor, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove GCE cloud setting from AppVeyor config

AppVeyor has informed us that this may no longer be necessary after some
infrastructure upgrades on their side, so let's see how this goes!
  • Loading branch information
bors committed Jan 20, 2019
2 parents 0c0c585 + 3638f0e commit 588f94b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ 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
Expand Down

0 comments on commit 588f94b

Please sign in to comment.