Skip to content

Commit edaac35

Browse files
committed
Auto merge of #56201 - kennytm:revert-55935, r=alexcrichton
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
2 parents 4632cf2 + 91f8e37 commit edaac35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
environment:
2-
# This is required for at least an AArch64 compiler in one image, and is
3-
# otherwise recommended by AppVeyor currently for seeing if it has any
4-
# affect on our job times.
5-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
62

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

0 commit comments

Comments
 (0)