diff options
| author | kennytm <kennytm@gmail.com> | 2018-11-25 00:25:29 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-11-25 00:25:56 +0800 |
| commit | 91f8e3721c65be79e45f75096fb46a969f5d26e6 (patch) | |
| tree | 521b823c86e3c694cc80bb4a548a63a54ed7b8c9 | |
| parent | 4632cf2a2e8c1720e3ae06920d945c4ac8ecbbd3 (diff) | |
| download | rust-91f8e3721c65be79e45f75096fb46a969f5d26e6.tar.gz rust-91f8e3721c65be79e45f75096fb46a969f5d26e6.zip | |
Revert "appveyor: Use VS2017 for all our images"
This reverts commit 008e5dcbd55cd751717ffd35a51dd65cd40011d4.
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index ac27211217a..f043b8bfefc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,4 @@ environment: - # This is required for at least an AArch64 compiler in one image, and is - # otherwise recommended by AppVeyor currently for seeing if it has any - # affect on our job times. - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview # By default schannel checks revocation of certificates unlike some other SSL # backends, but we've historically had problems on CI where a revocation @@ -91,6 +87,7 @@ environment: DIST_REQUIRE_ALL_TOOLS: 1 DEPLOY: 1 CI_JOB_NAME: dist-x86_64-msvc + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview - RUST_CONFIGURE_ARGS: > --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc |
