Skip to content

Commit

Permalink
Auto merge of #56201 - kennytm:revert-55935, r=alexcrichton
Browse files Browse the repository at this point in the history
Revert "appveyor: Use VS2017 for all our images"

This reverts commit 008e5dc (#55935)

We suspect this causes the spurious failure in #55906 (comment) and #55915 (comment).

r? @alexcrichton
  • Loading branch information
bors committed Nov 24, 2018
2 parents 4632cf2 + 91f8e37 commit edaac35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
environment:
# This is required for at least an AArch64 compiler in one image, and is
# otherwise recommended by AppVeyor currently for seeing if it has any
# affect on our job times.
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview

# By default schannel checks revocation of certificates unlike some other SSL
# backends, but we've historically had problems on CI where a revocation
Expand Down Expand Up @@ -91,6 +87,7 @@ environment:
DIST_REQUIRE_ALL_TOOLS: 1
DEPLOY: 1
CI_JOB_NAME: dist-x86_64-msvc
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
- RUST_CONFIGURE_ARGS: >
--build=i686-pc-windows-msvc
--target=i586-pc-windows-msvc
Expand Down

0 comments on commit edaac35

Please sign in to comment.