We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4632cf2 commit 91f8e37Copy full SHA for 91f8e37
appveyor.yml
@@ -1,8 +1,4 @@
1
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
6
7
# By default schannel checks revocation of certificates unlike some other SSL
8
# backends, but we've historically had problems on CI where a revocation
@@ -91,6 +87,7 @@ environment:
91
87
DIST_REQUIRE_ALL_TOOLS: 1
92
88
DEPLOY: 1
93
89
CI_JOB_NAME: dist-x86_64-msvc
90
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
94
- RUST_CONFIGURE_ARGS: >
95
--build=i686-pc-windows-msvc
96
--target=i586-pc-windows-msvc
0 commit comments