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 2018/08/07 12:43:58 UTC

[arrow] branch master updated: ARROW-2992: [CI] Remove some AppVeyor build configurations

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 bfe5eb3  ARROW-2992: [CI] Remove some AppVeyor build configurations
bfe5eb3 is described below

commit bfe5eb313f32837292e0317bed075f816ecb947e
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Tue Aug 7 14:43:51 2018 +0200

    ARROW-2992: [CI] Remove some AppVeyor build configurations
    
    Remove two build configurations:
    - Release build with Ninja and VS2015 (we already have a Release build with
      Ninja and VS2017, and a Debug build with Ninja and VS2015)
    - Release build with NMake (we don't care much about NMake enough to add
      10+ minutes of build time)
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #2388 from pitrou/ARROW-2992-remove-appveyor-jobs and squashes the following commits:
    
    cdf246f <Antoine Pitrou> Move slow jobs earlier in the sequence
    3568847 <Antoine Pitrou> ARROW-2992:  Remove some AppVeyor build configurations
---
 appveyor.yml              | 18 ++++++------------
 ci/appveyor-cpp-setup.bat |  1 -
 2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 0e37033..e03bfdf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,24 +49,18 @@ environment:
       CONFIGURATION: "Release"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
       BOOST_ROOT: C:\Libraries\boost_1_64_0
-    - JOB: "Build_Debug"
-      GENERATOR: Ninja
-      CONFIGURATION: "Debug"
-    - JOB: "Build"
-      GENERATOR: Ninja
-      CONFIGURATION: "Release"
-    - JOB: "Static_Crt_Build"
-      GENERATOR: Ninja
     - JOB: "Toolchain"
       GENERATOR: Visual Studio 14 2015 Win64
       CONFIGURATION: "Release"
+    - JOB: "Static_Crt_Build"
+      GENERATOR: Ninja
+    - JOB: "Build_Debug"
+      GENERATOR: Ninja
+      CONFIGURATION: "Debug"
     - JOB: "Cmake_Script_Tests"
-      GENERATOR: NMake Makefiles
+      GENERATOR: Ninja
       CONFIGURATION: "Release"
       BUILD_SCRIPT: "CMake_Build_Script"
-    - JOB: "Build"
-      GENERATOR: NMake Makefiles
-      CONFIGURATION: "Release"
     - JOB: "Rust_Stable"
       RUST_VERSION: stable
       TARGET: x86_64-pc-windows-msvc
diff --git a/ci/appveyor-cpp-setup.bat b/ci/appveyor-cpp-setup.bat
index d781ceb..1953bc8 100644
--- a/ci/appveyor-cpp-setup.bat
+++ b/ci/appveyor-cpp-setup.bat
@@ -30,7 +30,6 @@ conda config --add channels https://repo.continuum.io/pkgs/free
 conda config --add channels conda-forge
 conda info -a
 
-if "%GENERATOR%"=="NMake Makefiles" set need_vcvarsall=1
 if "%GENERATOR%"=="Ninja" set need_vcvarsall=1
 
 if defined need_vcvarsall (