You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/04/23 18:05:15 UTC

[arrow] branch master updated: ARROW-8571: [C++] Switch AppVeyor image to VS 2017

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e33688  ARROW-8571: [C++] Switch AppVeyor image to VS 2017
3e33688 is described below

commit 3e33688e5f129e5531c02fc4e789945f9dcc3d80
Author: Uwe L. Korn <uw...@quantco.com>
AuthorDate: Thu Apr 23 20:04:52 2020 +0200

    ARROW-8571: [C++] Switch AppVeyor image to VS 2017
    
    Closes #7023 from xhochy/ARROW-8571
    
    Authored-by: Uwe L. Korn <uw...@quantco.com>
    Signed-off-by: Antoine Pitrou <an...@python.org>
---
 appveyor.yml         | 4 ++--
 ci/detect-changes.py | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index bea2099..5172ce4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@
 # under the License.
 
 # Operating system (build VM template)
-os: Visual Studio 2015
+os: Visual Studio 2017
 
 only_commits:
   # Skip commits not related to Python or C++
@@ -61,7 +61,7 @@ environment:
     - JOB: "Build"
       GENERATOR: Ninja
       CONFIGURATION: "Release"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
     - JOB: "Toolchain"
       GENERATOR: Ninja
       CONFIGURATION: "Release"
diff --git a/ci/detect-changes.py b/ci/detect-changes.py
index 424cd99..c32f6e0 100644
--- a/ci/detect-changes.py
+++ b/ci/detect-changes.py
@@ -153,6 +153,7 @@ AFFECTED_DEPENDENCIES = {
     'format': LANGUAGE_TOPICS,
     'go': ['integration'],
     '.travis.yml': ALL_TOPICS,
+    'appveyor.yml': ALL_TOPICS,
     # In theory, it should ignore CONTRIBUTING.md and ISSUE_TEMPLATE.md, but in
     # practice it's going to be CI
     '.github': ALL_TOPICS,