Skip to content

Commit 02b0085

Browse files
committed
appveyor: Use VS2017 for all our images
Originally added in rust-lang#55935 to test build times, this was reverted in rust-lang#56201 due to a belief that it caused the exit code 259 spurious errors. We've since learned, however, that the 259 exit code is likely not related to this image update as we're getting it in a number of locations now. VS2017 looks like it may be required to compile LLVm in the near future, notably discovered by rust-lang#58408 where we attempted to update LLVM.
1 parent 6da206b commit 02b0085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
environment:
2+
# This is required for at least an AArch64 compiler in one image, and is also
3+
# going to soon be required for compiling LLVM.
4+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
25

36
# By default schannel checks revocation of certificates unlike some other SSL
47
# backends, but we've historically had problems on CI where a revocation
@@ -86,7 +89,6 @@ environment:
8689
DIST_REQUIRE_ALL_TOOLS: 1
8790
DEPLOY: 1
8891
CI_JOB_NAME: dist-x86_64-msvc
89-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
9092
- RUST_CONFIGURE_ARGS: >
9193
--build=i686-pc-windows-msvc
9294
--target=i586-pc-windows-msvc

0 commit comments

Comments
 (0)