Skip to content

Commit 91f8e37

Browse files
committedNov 24, 2018

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)
Please sign in to comment.