Skip to content

Commit

Permalink
Auto merge of #61972 - pietroalbini:appveyor-vs2017, r=alexcrichton
Browse files Browse the repository at this point in the history
Switch AppVeyor to the standard Visual Studio 2017 image

We were previously using the preview image but there doesn't seem to be a reason why, as the commit that originally added it didn't replace the standard image, but just used the preview from the start.

AppVeyor Support recommended switching to the standard image [in this support thread](https://help.appveyor.com/discussions/problems/24057-build-job-has-failed-to-start-but-backup-cloud-is-not-configured#comment_47365011).

r? @alexcrichton
fixes #61931
  • Loading branch information
bors committed Jun 21, 2019
2 parents 38cd948 + 13dc0ba commit 4ceba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
# This is required for at least an AArch64 compiler in one image, and is also
# going to soon be required for compiling LLVM.
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

# 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

0 comments on commit 4ceba1d

Please sign in to comment.